Update to Cranelift 1.33 and require Rust 1.35.
Cranelift requires Rust 1.35; update accordingly.
This commit is contained in:
@@ -22,8 +22,8 @@ name = "wasm2obj"
|
||||
path = "src/wasm2obj.rs"
|
||||
|
||||
[dependencies]
|
||||
cranelift-codegen = "0.32.0"
|
||||
cranelift-native = "0.32.0"
|
||||
cranelift-codegen = "0.33.0"
|
||||
cranelift-native = "0.33.0"
|
||||
wasmtime-debug = { path = "wasmtime-debug" }
|
||||
wasmtime-environ = { path = "wasmtime-environ" }
|
||||
wasmtime-runtime = { path = "wasmtime-runtime" }
|
||||
|
||||
Reference in New Issue
Block a user