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

26 lines
693 B

5 years ago
--- object-0.20.0/Cargo.toml 2020-06-15T05:48:59+00:00
+++ object-0.20.0/Cargo.toml 2020-06-15T23:11:31.787560+00:00
@@ -60,9 +60,6 @@
5 years ago
version = "1.1"
optional = true
5 years ago
-[dependencies.wasmparser]
5 years ago
-version = "0.57"
5 years ago
-optional = true
[dev-dependencies.memmap]
version = "0.7"
5 years ago
@@ -75,11 +72,10 @@
5 years ago
elf = []
macho = []
pe = ["coff"]
5 years ago
-read = ["read_core", "coff", "elf", "macho", "pe", "wasm", "unaligned"]
+read = ["read_core", "coff", "elf", "macho", "pe", "unaligned"]
5 years ago
read_core = []
5 years ago
rustc-dep-of-std = ["core", "compiler_builtins", "alloc"]
5 years ago
std = []
5 years ago
unaligned = []
5 years ago
-wasm = ["wasmparser"]
write = ["write_core", "coff", "elf", "macho"]
write_core = ["crc32fast", "indexmap", "std"]