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.
rust-zstd/zstd-fix-metadata.diff

15 lines
512 B

--- zstd-0.11.2+zstd.1.5.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zstd-0.11.2+zstd.1.5.2/Cargo.toml 2022-08-06T16:34:42.406161+00:00
@@ -12,9 +12,9 @@
[package]
edition = "2018"
name = "zstd"
-version = "0.11.2+zstd.1.5.2"
+version = "0.11.2"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
-exclude = ["assets/*.zst"]
+exclude = ["/assets/", "/appveyor.yml", "/rustfmt.toml"]
description = "Binding for the zstd compression library."
documentation = "https://docs.rs/zstd"
readme = "Readme.md"