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:
parent
ceced40756
commit
522df0b9ad
|
@ -45,7 +45,6 @@ valgrind_request = { version = "1.1", optional = true }
|
||||||
walkdir = "2"
|
walkdir = "2"
|
||||||
xdg = "2.2"
|
xdg = "2.2"
|
||||||
zstd = { version = "0.4", features = [ "bindgen" ] }
|
zstd = { version = "0.4", features = [ "bindgen" ] }
|
||||||
zstd-sys = { version = "*", features = [ "pkg-config" ], default-features = false }
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|
Loading…
Reference in New Issue