mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Enable feature "static" of dep xz2
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
15e0b22e50
commit
1e81babea8
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ tinytemplate = "1.2.1"
|
|||
tokio = { version = "1.20.0", features = ["rt-multi-thread", "process", "sync"], default-features = false }
|
||||
toml = "0.5.9"
|
||||
url = "2.2.2"
|
||||
xz2 = "0.1.6"
|
||||
xz2 = { version = "0.1.6", features = ["static"] }
|
||||
|
||||
# Disable all features of zip except for features of compression algorithms:
|
||||
# Disabled features include:
|
||||
|
|
Loading…
Add table
Reference in a new issue