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

12 lines
430 B

--- zstd-0.12.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zstd-0.12.4/Cargo.toml 2023-08-01T13:08:03.435950+00:00
@@ -15,7 +15,7 @@
name = "zstd"
version = "0.12.4"
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"