mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-11 22:40:03 +00:00
Add dep arrayvec
v0.7.2
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
b74139f457
commit
1ebc759b17
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ zip = { version = "0.6.2", default-features = false, features = [ "deflate", "bz
|
|||
# Enable feature zstdmt to enable multithreading in libzstd.
|
||||
zstd = { version = "0.10.0", features = [ "bindgen", "zstdmt" ], default-features = false }
|
||||
|
||||
arrayvec = "0.7.2"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
guess_host_triple = "0.1.3"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue