mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Add new dep zstd v0.10.0
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
f0e7fa0111
commit
9e35efbd10
1 changed files with 7 additions and 0 deletions
|
@ -41,6 +41,13 @@ tokio = { version = "1.18.0", features = [ "full" ] }
|
||||||
url = "2.2.2"
|
url = "2.2.2"
|
||||||
xz2 = "0.1.6"
|
xz2 = "0.1.6"
|
||||||
zip = "0.6.2"
|
zip = "0.6.2"
|
||||||
|
# zstd is also depended by zip.
|
||||||
|
# Since zip 0.6.2 depends on zstd 0.10.0, we also have to use 0.10.0 here,
|
||||||
|
# otherwise there will be a link conflict.
|
||||||
|
#
|
||||||
|
# Enable feature bindgen to generate C bindings.
|
||||||
|
# Enable feature zstdmt to enable multithreading in libzstd.
|
||||||
|
zstd = { version = "0.10.0", features = [ "bindgen", "zstdmt" ], default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.9.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue