Skip to content

Commit ef6d8a5

Browse files
committed
fix: eliminate openssl-sys from dependency tree for cross-compilation
1 parent 44f0aa4 commit ef6d8a5

File tree

3 files changed

+133
-251
lines changed

3 files changed

+133
-251
lines changed

Cargo.lock

Lines changed: 0 additions & 231 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ toml = "0.8"
2222
gline-rs = "1.0"
2323
ort = "=2.0.0-rc.9"
2424
ndarray = "0.16"
25-
fastembed = "4"
25+
fastembed = { version = "4", default-features = false, features = ["ort-download-binaries", "hf-hub-rustls-tls"] }
2626
strsim = "0.11"

0 commit comments

Comments
 (0)