parent
ac3504eea1
commit
01f71f0b91
@ -1,23 +1,25 @@
|
||||
--- object-0.19.0/Cargo.toml 2020-05-12T03:49:31+00:00
|
||||
+++ object-0.19.0/Cargo.toml 2020-05-12T18:46:54.787770+00:00
|
||||
@@ -46,9 +46,6 @@
|
||||
--- 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 @@
|
||||
version = "1.1"
|
||||
optional = true
|
||||
|
||||
-[dependencies.wasmparser]
|
||||
-version = "0.54"
|
||||
-version = "0.57"
|
||||
-optional = true
|
||||
[dev-dependencies.memmap]
|
||||
version = "0.7"
|
||||
|
||||
@@ -59,9 +56,8 @@
|
||||
@@ -75,11 +72,10 @@
|
||||
elf = []
|
||||
macho = []
|
||||
pe = ["coff"]
|
||||
-read = ["read_core", "coff", "elf", "macho", "pe", "wasm"]
|
||||
+read = ["read_core", "coff", "elf", "macho", "pe"]
|
||||
-read = ["read_core", "coff", "elf", "macho", "pe", "wasm", "unaligned"]
|
||||
+read = ["read_core", "coff", "elf", "macho", "pe", "unaligned"]
|
||||
read_core = []
|
||||
rustc-dep-of-std = ["core", "compiler_builtins", "alloc"]
|
||||
std = []
|
||||
unaligned = []
|
||||
-wasm = ["wasmparser"]
|
||||
write = ["write_core", "coff", "elf", "macho"]
|
||||
write_core = ["crc32fast", "indexmap", "std"]
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (object-0.19.0.crate) = 6482cae0233de235cef2e09b72f981a88747d4531cb04e41151ac5083120d1c3dc0646b017b310e51ab3c304a91502a343f0970e61046f54bc8e332b27b0bc73
|
||||
SHA512 (object-0.20.0.crate) = 9d766227e9f04ca436d12a527bd1ce4babf3f930a4815c5176b1c42c5c2dccf0c9fe31a8130db2e58bd9fbe54dd9cb4427d684c698078329b95948b8c6ab18c6
|
||||
|
Loading…
Reference in new issue