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

26 lines
631 B

--- miniz_oxide-0.4.3/Cargo.toml 2020-10-07T15:20:30+00:00
+++ miniz_oxide-0.4.3/Cargo.toml 2020-11-07T17:52:19.058796+00:00
@@ -32,22 +32,8 @@
version = "0.2.3"
default-features = false
-[dependencies.alloc]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-alloc"
-
-[dependencies.compiler_builtins]
-version = "0.1.2"
-optional = true
-
-[dependencies.core]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-core"
[build-dependencies.autocfg]
version = "1.0"
[features]
no_extern_crate_alloc = []
-rustc-dep-of-std = ["core", "alloc", "compiler_builtins", "adler/rustc-dep-of-std"]