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

12 lines
249 B

--- zip-0.5.12/Cargo.toml 1970-01-01T00:00:00+00:00
+++ zip-0.5.12/Cargo.toml 2021-04-21T20:14:59.180939+00:00
@@ -27,7 +27,7 @@
version = "1.3"
[dependencies.bzip2]
-version = "0.3"
+version = "0.4"
optional = true
[dependencies.crc32fast]