Cargo.toml: remove zstd-sys

no need to specify it explicitly, the bindgen feature takes care of this.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2019-12-20 09:32:01 +01:00
parent ceced40756
commit 522df0b9ad
1 changed files with 0 additions and 1 deletions

View File

@ -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 = []