parent
b4e37f6f91
commit
3437a9b41d
@ -1 +1 @@
|
|||||||
SHA512 (zstd-safe-4.1.4+zstd.1.5.2.crate) = 0b9ad154307954b977a990273b11dba3349fffa1a2b3cb89dc233cc20deb6dc0a10bd97d06c3fc5304124320ee8ff607b6d8859ebdaa562365d4baf490fdbcd8
|
SHA512 (zstd-safe-5.0.2+zstd.1.5.2.crate) = 03a6f07ada211fd6c364f03d06acff705fa5b08129aa09c29ad310f05b233553f8ea697e504470d4c104bd947f5d4102328c4df0df5e1da6d8e537f51451a014
|
||||||
|
@ -1,27 +1,19 @@
|
|||||||
--- zstd-safe-4.1.4+zstd.1.5.2/Cargo.toml 1970-01-01T00:00:01+00:00
|
--- zstd-safe-5.0.2+zstd.1.5.2/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ zstd-safe-4.1.4+zstd.1.5.2/Cargo.toml 2022-04-12T10:19:58.834888+00:00
|
+++ zstd-safe-5.0.2+zstd.1.5.2/Cargo.toml 2022-08-06T16:38:17.903057+00:00
|
||||||
@@ -12,7 +12,7 @@
|
@@ -12,7 +12,7 @@
|
||||||
[package]
|
[package]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
name = "zstd-safe"
|
name = "zstd-safe"
|
||||||
-version = "4.1.4+zstd.1.5.2"
|
-version = "5.0.2+zstd.1.5.2"
|
||||||
+version = "4.1.4"
|
+version = "5.0.2"
|
||||||
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
description = "Safe low-level bindings for the zstd compression library."
|
description = "Safe low-level bindings for the zstd compression library."
|
||||||
@@ -21,6 +21,7 @@
|
@@ -28,6 +28,7 @@
|
||||||
categories = ["api-bindings", "compression"]
|
]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
repository = "https://github.com/gyscos/zstd-rs"
|
repository = "https://github.com/gyscos/zstd-rs"
|
||||||
+exclude = ["/update_consts.sh"]
|
+exclude = ["/update_consts.sh"]
|
||||||
[package.metadata.docs.rs]
|
|
||||||
features = ["experimental", "arrays", "std", "doc-cfg"]
|
|
||||||
[dependencies.libc]
|
|
||||||
@@ -29,6 +30,7 @@
|
|
||||||
[dependencies.zstd-sys]
|
|
||||||
version = "=1.6.3"
|
|
||||||
default-features = false
|
|
||||||
+features = ["pkg-config", "bindgen"]
|
|
||||||
|
|
||||||
[features]
|
[package.metadata.docs.rs]
|
||||||
arrays = []
|
features = [
|
||||||
|
Loading…
Reference in new issue