Update to Cranelift 1.33 and require Rust 1.35.

Cranelift requires Rust 1.35; update accordingly.
This commit is contained in:
Dan Gohman
2019-07-03 11:10:48 -07:00
parent 89cd327c97
commit 1a10f4a002
12 changed files with 33 additions and 33 deletions

View File

@@ -12,10 +12,10 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-codegen = "0.32.0"
cranelift-native = "0.32.0"
cranelift-wasm = "0.32.0"
cranelift-entity = "0.32.0"
cranelift-codegen = "0.33.0"
cranelift-native = "0.33.0"
cranelift-wasm = "0.33.0"
cranelift-entity = "0.33.0"
wasmtime-jit = { path = "../wasmtime-jit" }
wasmtime-runtime = { path = "../wasmtime-runtime" }
wasmtime-environ = { path = "../wasmtime-environ" }