You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-zstd-sys/zstd-sys-fix-metadata.diff

21 lines
503 B

--- zstd-sys-1.4.17+zstd.1.4.5/Cargo.toml 2020-06-14T06:25:46+00:00
+++ zstd-sys-1.4.17+zstd.1.4.5/Cargo.toml 2020-06-19T22:30:19.850041+00:00
@@ -12,7 +12,7 @@
[package]
name = "zstd-sys"
-version = "1.4.17+zstd.1.4.5"
+version = "1.4.17"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
links = "zstd"
@@ -48,7 +48,7 @@
optional = true
[features]
-default = ["legacy"]
+default = ["legacy", "pkg-config", "bindgen"]
experimental = []
legacy = []
non-cargo = []