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.
20 lines
584 B
20 lines
584 B
--- zstd-safe-4.1.1+zstd.1.5.0/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ zstd-safe-4.1.1+zstd.1.5.0/Cargo.toml 2021-11-13T21:24:08.782350+00:00
|
|
@@ -13,7 +13,7 @@
|
|
[package]
|
|
edition = "2018"
|
|
name = "zstd-safe"
|
|
-version = "4.1.1+zstd.1.5.0"
|
|
+version = "4.1.1"
|
|
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
|
build = "build.rs"
|
|
description = "Safe low-level bindings for the zstd compression library."
|
|
@@ -30,6 +30,7 @@
|
|
[dependencies.zstd-sys]
|
|
version = "=1.6.1"
|
|
default-features = false
|
|
+features = ["pkg-config", "bindgen"]
|
|
|
|
[features]
|
|
bindgen = ["zstd-sys/bindgen"]
|