Skip to content

Commit

Permalink
chore: retry
Browse files Browse the repository at this point in the history
Signed-off-by: Anush008 <[email protected]>
  • Loading branch information
Anush008 committed Nov 17, 2024
1 parent d5e5963 commit c5927b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ version = "0.0.0"
crate-type = ["cdylib"]

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

0 comments on commit c5927b5

Please sign in to comment.