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

37 lines
587 B

--- object-0.30.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ object-0.30.3/Cargo.toml 2023-03-30T18:31:27.154876+00:00
@@ -70,17 +70,12 @@
version = "2.4.1"
default-features = false
5 years ago
-[dependencies.wasmparser]
5 years ago
-version = "0.57"
5 years ago
-optional = true
-
[features]
all = [
"read",
"write",
"std",
"compression",
- "wasm",
]
archive = []
cargo-all = []
@@ -103,7 +98,6 @@
"elf",
"macho",
"pe",
- "wasm",
]
elf = []
macho = []
@@ -132,7 +126,6 @@
"unstable",
"xcoff",
]
5 years ago
-wasm = ["wasmparser"]
write = [
"write_std",
"coff",