mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Reorder dep in Cargo.toml
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
efc8119c45
commit
7a244176b4
1 changed files with 1 additions and 2 deletions
|
@ -19,6 +19,7 @@ pkg-fmt = "zip"
|
|||
pkg-fmt = "zip"
|
||||
|
||||
[dependencies]
|
||||
arrayvec = "0.7.2"
|
||||
async-trait = "0.1.52"
|
||||
cargo_metadata = "0.14.2"
|
||||
cargo_toml = "0.11.4"
|
||||
|
@ -62,8 +63,6 @@ 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
Reference in a new issue