Blob Blame History Raw
--- zstd-safe-2.0.5+zstd.1.4.5/Cargo.toml	2020-06-14T06:27:22+00:00
+++ zstd-safe-2.0.5+zstd.1.4.5/Cargo.toml	2020-06-19T22:32:09.835230+00:00
@@ -12,7 +12,7 @@
 
 [package]
 name = "zstd-safe"
-version = "2.0.5+zstd.1.4.5"
+version = "2.0.5"
 authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
 description = "Safe low-level bindings for the zstd compression library."
 readme = "Readme.md"
@@ -28,9 +28,9 @@
 [dependencies.zstd-sys]
 version = "=1.4.17"
 default-features = false
+features = ["pkg-config", "bindgen"]
 
 [features]
-bindgen = ["zstd-sys/bindgen"]
 default = ["legacy"]
 experimental = ["zstd-sys/experimental"]
 legacy = ["zstd-sys/legacy"]