mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Disable feature flag "thin" of dep zstd
attempt to fix the CI Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
f59d081733
commit
f7af4efa22
1 changed files with 1 additions and 3 deletions
|
@ -62,9 +62,7 @@ zip = { version = "0.6.2", default-features = false, features = ["deflate", "bzi
|
|||
# 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 thin to optimize zstd by size.
|
||||
zstd = { version = "0.10.0", features = ["thin"], default-features = false }
|
||||
zstd = { version = "0.10.0", default-features = false }
|
||||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "windows"))'.dependencies]
|
||||
guess_host_triple = "0.1.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue