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

31 lines
834 B

--- gimli-0.24.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ gimli-0.24.0/Cargo.toml 2021-05-08T18:17:38.749091+00:00
@@ -42,19 +42,6 @@
[[example]]
name = "dwarf-validate"
required-features = ["read", "std"]
-[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"
[dependencies.fallible-iterator]
version = "0.2.0"
@@ -101,7 +88,6 @@
default = ["read", "write", "std", "fallible-iterator", "endian-reader"]
endian-reader = ["stable_deref_trait"]
read = []
-rustc-dep-of-std = ["core", "alloc", "compiler_builtins"]
std = ["fallible-iterator/std", "stable_deref_trait/std"]
write = ["indexmap"]
[badges.coveralls]