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

39 lines
628 B

--- object-0.36.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ object-0.36.7/Cargo.toml 2025-01-03T16:17:20.343311+00:00
@@ -100,11 +100,6 @@
version = "0.7.0"
optional = true
-[dependencies.wasmparser]
-version = "0.222.0"
5 years ago
-optional = true
-default-features = false
-
[features]
all = [
"read",
@@ -112,7 +107,6 @@
"build",
"std",
"compression",
- "wasm",
]
archive = []
build = [
@@ -146,7 +140,6 @@
"elf",
"macho",
"pe",
- "wasm",
"xcoff",
]
elf = []
@@ -176,7 +169,6 @@
"all",
"unstable",
]
-wasm = ["dep:wasmparser"]
write = [
"write_std",
"coff",