Update cranelift, faerie, target-lexicon and wasmparser deps
This commit is contained in:
committed by
Dan Gohman
parent
e3c021cc59
commit
fb9d6061e4
@@ -22,8 +22,8 @@ name = "wasm2obj"
|
||||
path = "src/wasm2obj.rs"
|
||||
|
||||
[dependencies]
|
||||
cranelift-codegen = "0.30.0"
|
||||
cranelift-native = "0.30.0"
|
||||
cranelift-codegen = "0.32.0"
|
||||
cranelift-native = "0.32.0"
|
||||
wasmtime-debug = { path = "wasmtime-debug" }
|
||||
wasmtime-environ = { path = "wasmtime-environ" }
|
||||
wasmtime-runtime = { path = "wasmtime-runtime" }
|
||||
@@ -36,8 +36,8 @@ wasi-common = { git = "https://github.com/CraneStation/wasi-common" }
|
||||
docopt = "1.0.1"
|
||||
serde = "1.0.75"
|
||||
serde_derive = "1.0.75"
|
||||
faerie = "0.9.1"
|
||||
target-lexicon = { version = "0.3.0", default-features = false }
|
||||
faerie = "0.10.1"
|
||||
target-lexicon = { version = "0.4.0", default-features = false }
|
||||
pretty_env_logger = "0.3.0"
|
||||
file-per-thread-logger = "0.1.1"
|
||||
wabt = "0.7"
|
||||
|
||||
Reference in New Issue
Block a user