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
339 B

--- flate2-1.0.30/Cargo.toml 1970-01-01T00:00:01+00:00
+++ flate2-1.0.30/Cargo.toml 2024-07-02T15:09:18.500232+00:00
@@ -118,7 +118,3 @@
"libz-rs-sys",
]
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.miniz_oxide]
-version = "0.7.1"
-features = ["with-alloc"]
-default-features = false