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
498 B

--- zstd-sys-1.4.20+zstd.1.4.9/Cargo.toml 1970-01-01T00:00:00+00:00
+++ zstd-sys-1.4.20+zstd.1.4.9/Cargo.toml 2021-03-31T19:35:34.273275+00:00
@@ -12,7 +12,7 @@
[package]
name = "zstd-sys"
-version = "1.4.20+zstd.1.4.9"
+version = "1.4.20"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
links = "zstd"
@@ -43,7 +43,7 @@
[features]
debug = []
-default = ["legacy"]
+default = ["legacy", "pkg-config", "bindgen"]
experimental = []
legacy = []
non-cargo = []