wasmtime-debug: tune down features required from object

in order to eliminate a dep on an old wasmparser
This commit is contained in:
Pat Hickey
2020-12-17 10:58:02 -08:00
parent fe1ff02a80
commit 4f5afe92dc
2 changed files with 1 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
gimli = "0.23.0"
wasmparser = "0.70"
object = { version = "0.22.0", default-features = false, features = ["read", "write"] }
object = { version = "0.22.0", default-features = false, features = ["read_core", "elf", "write"] }
wasmtime-environ = { path = "../environ", version = "0.21.0" }
target-lexicon = { version = "0.11.0", default-features = false }
anyhow = "1.0"