Update to Cranelift 1.33 and require Rust 1.35.
Cranelift requires Rust 1.35; update accordingly.
This commit is contained in:
@@ -14,9 +14,9 @@ wasmtime-runtime = { path = "../wasmtime-runtime" }
|
||||
wasmtime-environ = { path = "../wasmtime-environ" }
|
||||
wasmtime-jit = { path = "../wasmtime-jit" }
|
||||
wasi-common = { git = "https://github.com/CraneStation/wasi-common" }
|
||||
cranelift-codegen = "0.32.0"
|
||||
cranelift-entity = "0.32.0"
|
||||
cranelift-wasm = "0.32.0"
|
||||
cranelift-codegen = "0.33.0"
|
||||
cranelift-entity = "0.33.0"
|
||||
cranelift-wasm = "0.33.0"
|
||||
target-lexicon = "0.4.0"
|
||||
log = { version = "0.4.6", default-features = false }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user