Blame zstd-safe-fix-metadata.diff

57c8956
--- zstd-safe-2.0.3+zstd.1.4.4/Cargo.toml       2019-11-05T19:46:40+00:00
57c8956
+++ zstd-safe-2.0.3+zstd.1.4.4/Cargo.toml       2020-01-06T16:47:45.456547+00:00
57c8956
@@ -12,7 +12,7 @@
57c8956
 
57c8956
 [package]
57c8956
 name = "zstd-safe"
57c8956
-version = "2.0.3+zstd.1.4.4"
57c8956
+version = "2.0.3"
57c8956
 authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
57c8956
 description = "Safe low-level bindings for the zstd compression library."
57c8956
 readme = "Readme.md"
57c8956
@@ -26,9 +26,9 @@
57c8956
 [dependencies.zstd-sys]
57c8956
 version = "=1.4.15"
57c8956
 default-features = false
57c8956
+features = ["pkgconfig"]
57c8956
 
57c8956
 [features]
57c8956
-bindgen = ["zstd-sys/bindgen"]
57c8956
 default = ["legacy"]
57c8956
 experimental = ["zstd-sys/experimental"]
57c8956
 legacy = ["zstd-sys/legacy"]