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

22 lines
596 B

--- flate2-1.0.9/Cargo.toml 1970-01-01T00:00:00+00:00
+++ flate2-1.0.9/Cargo.toml 2019-06-21T19:25:13.599600+00:00
@@ -52,7 +52,7 @@
version = "0.1"
[dev-dependencies.quickcheck]
-version = "0.7"
+version = "0.8"
default-features = false
[dev-dependencies.rand]
@@ -72,9 +72,6 @@
rust_backend = ["miniz_oxide_c_api"]
tokio = ["tokio-io", "futures"]
zlib = ["libz-sys"]
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.miniz_oxide_c_api]
-version = "0.2"
-features = ["no_c_export"]
[badges.appveyor]
repository = "alexcrichton/flate2-rs"