From 7a244176b4f7abfc566a49818415fec1c1cb16f0 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Tue, 7 Jun 2022 11:48:19 +1000 Subject: [PATCH] Reorder dep in `Cargo.toml` Signed-off-by: Jiahao XU --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d98eadd0..b3dc9387 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"