]> git.proxmox.com Git - proxmox-backup.git/commitdiff
Cargo.toml: remove zstd-sys
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 20 Dec 2019 08:32:01 +0000 (09:32 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 20 Dec 2019 11:55:32 +0000 (12:55 +0100)
no need to specify it explicitly, the bindgen feature takes care of this.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Cargo.toml

index 34434ddb355d736e54ceb12a092c8d21a1702b07..c24719c739f2de717edf282c689f60c45e3f319c 100644 (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 = []