We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e5963 commit c5927b5Copy full SHA for c5927b5
Cargo.toml
@@ -7,8 +7,8 @@ version = "0.0.0"
7
crate-type = ["cdylib"]
8
9
[dependencies]
10
-anyhow = "<1.0.49"
11
-fastembed = { git = "https://github.com/Anush008/fastembed-rs", branch = "file-f" }
+anyhow = { version = "1" }
+fastembed = "4.1.0"
12
napi = { version = "2.12.2", default-features = false, features = ["napi4"] }
13
napi-derive = "2.12.2"
14
openssl = { version = "=0.10.66", features = ["vendored"] } # CI fails for Windows without this
0 commit comments