Skip to content

Commit c5927b5

Browse files
committed
chore: retry
Signed-off-by: Anush008 <[email protected]>
1 parent d5e5963 commit c5927b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ version = "0.0.0"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
anyhow = "<1.0.49"
11-
fastembed = { git = "https://github.com/Anush008/fastembed-rs", branch = "file-f" }
10+
anyhow = { version = "1" }
11+
fastembed = "4.1.0"
1212
napi = { version = "2.12.2", default-features = false, features = ["napi4"] }
1313
napi-derive = "2.12.2"
1414
openssl = { version = "=0.10.66", features = ["vendored"] } # CI fails for Windows without this

0 commit comments

Comments
 (0)