wasmtime-debug: tune down features required from object
in order to eliminate a dep on an old wasmparser
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user