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

12 lines
285 B

--- flate2-1.0.2/Cargo.toml 1970-01-01T01:00:00+01:00
+++ flate2-1.0.2/Cargo.toml 2018-09-10T08:31:44.692525+02:00
@@ -46,7 +46,7 @@
version = "0.1"
optional = true
[dev-dependencies.quickcheck]
-version = "0.6"
+version = "0.7"
default-features = false
[dev-dependencies.rand]