Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
Minimize additional features for the zip dependency.
Browse files Browse the repository at this point in the history
This dependency is used to download `onnxruntime*.zip` in the build
script, but it is small enough and the default miniz-oxide backend is
not much slow enough that no other fancy feature is needed.
  • Loading branch information
lifthrasiir authored and senokay committed Apr 24, 2024
1 parent a0d1390 commit cdc04ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ flate2 = "1.0.28"
tar = "0.4.40"

[target.'cfg(windows)'.build-dependencies]
zip = "0.6.6"
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }

0 comments on commit cdc04ea

Please sign in to comment.