mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 04:58:42 +00:00
Enable feature zlib-ng of flate2 so that zlib-ng is used
which is the fastest implementation flate2 supports. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
20b2c37ffb
commit
fff4b72256
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ cargo_metadata = "0.14.2"
|
|||
cargo_toml = "0.11.4"
|
||||
crates_io_api = { version = "0.8.0", default-features = false, features = ["rustls"] }
|
||||
dirs = "4.0.0"
|
||||
flate2 = { version = "1.0.24" }
|
||||
flate2 = { version = "1.0.24", features = ["zlib-ng"], default-features = false }
|
||||
log = "0.4.14"
|
||||
reqwest = { version = "0.11.10", features = [ "rustls-tls" ], default-features = false }
|
||||
semver = "1.0.7"
|
||||
|
|
Loading…
Add table
Reference in a new issue