From 522df0b9adb06f36f987fe17d71bd5167eb062a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 20 Dec 2019 09:32:01 +0100 Subject: [PATCH] Cargo.toml: remove zstd-sys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no need to specify it explicitly, the bindgen feature takes care of this. Signed-off-by: Fabian Grünbichler --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34434ddb..c24719c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,6 @@ valgrind_request = { version = "1.1", optional = true } walkdir = "2" xdg = "2.2" zstd = { version = "0.4", features = [ "bindgen" ] } -zstd-sys = { version = "*", features = [ "pkg-config" ], default-features = false } [features] default = []