Update to Cranelift 1.33 and require Rust 1.35.
Cranelift requires Rust 1.35; update accordingly.
This commit is contained in:
@@ -11,9 +11,9 @@ cargo-fuzz = true
|
||||
[dependencies]
|
||||
wasmtime-environ = { path = "../wasmtime-environ" }
|
||||
wasmtime-jit = { path = "../wasmtime-jit" }
|
||||
cranelift-codegen = "0.32.0"
|
||||
cranelift-wasm = "0.32.0"
|
||||
cranelift-native = "0.32.0"
|
||||
cranelift-codegen = "0.33.0"
|
||||
cranelift-wasm = "0.33.0"
|
||||
cranelift-native = "0.33.0"
|
||||
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
|
||||
wasmparser = { version = "0.32.1", default-features = false }
|
||||
binaryen = "0.5.0"
|
||||
|
||||
Reference in New Issue
Block a user