From c7f40250d6213f4f9c8d8446096293e919649b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Miguel?= <36349314+vrmiguel@users.noreply.github.com> Date: Thu, 7 Oct 2021 18:34:19 -0300 Subject: [PATCH] CI: --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f1d3a9f..adcdf35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,13 @@ tar = "0.4.37" xz2 = "0.1.6" zip = { version = "0.5.13", default-features = false, features = ["deflate-miniz"] } flate2 = { version = "1.0.22", default-features = false, features = ["zlib"] } + + zstd = { version = "0.9.0", default-features = false, features = ["thin"] } +[target.'cfg(not(target_arch = "x86_64"))'.dependencies] +zstd = { version = "0.9.0" } + [dev-dependencies] tempfile = "3.2.0" infer = "0.5.0"