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-auto.diff

11 lines
335 B

--- flate2-1.0.34/Cargo.toml 1970-01-01T00:00:01+00:00
+++ flate2-1.0.34/Cargo.toml 2024-10-05T13:55:02.802953+00:00
@@ -237,7 +237,3 @@
"libz-rs-sys",
]
-[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies.miniz_oxide]
-version = "0.8.0"
-features = ["with-alloc"]
-default-features = false