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
599 B
20 lines
599 B
--- zstd-safe-6.0.4+zstd.1.5.4/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ zstd-safe-6.0.4+zstd.1.5.4/Cargo.toml 2023-02-23T18:00:32.379206+00:00
|
|
@@ -13,7 +13,7 @@
|
|
edition = "2018"
|
|
rust-version = "1.43"
|
|
name = "zstd-safe"
|
|
-version = "6.0.4+zstd.1.5.4"
|
|
+version = "6.0.4"
|
|
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
|
build = "build.rs"
|
|
description = "Safe low-level bindings for the zstd compression library."
|
|
@@ -29,6 +29,7 @@
|
|
]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/gyscos/zstd-rs"
|
|
+exclude = ["/update_consts.sh"]
|
|
|
|
[package.metadata.docs.rs]
|
|
features = [
|