Update cranelift, faerie, target-lexicon and wasmparser deps
This commit is contained in:
committed by
Dan Gohman
parent
e3c021cc59
commit
fb9d6061e4
@@ -11,11 +11,11 @@ cargo-fuzz = true
|
||||
[dependencies]
|
||||
wasmtime-environ = { path = "../wasmtime-environ" }
|
||||
wasmtime-jit = { path = "../wasmtime-jit" }
|
||||
cranelift-codegen = "0.30.0"
|
||||
cranelift-wasm = "0.30.0"
|
||||
cranelift-native = "0.30.0"
|
||||
cranelift-codegen = "0.32.0"
|
||||
cranelift-wasm = "0.32.0"
|
||||
cranelift-native = "0.32.0"
|
||||
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
|
||||
wasmparser = { version = "0.29.2", default-features = false }
|
||||
wasmparser = { version = "0.32.1", default-features = false }
|
||||
binaryen = "0.5.0"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user