update cranelift deps to 0.30.0

This commit is contained in:
Yury Delendik
2019-03-26 11:58:06 -05:00
committed by Dan Gohman
parent 94ca967d0a
commit 2353be95e6
8 changed files with 25 additions and 25 deletions

View File

@@ -23,8 +23,8 @@ name = "wasm2obj"
path = "src/wasm2obj.rs"
[dependencies]
cranelift-codegen = "0.29.0"
cranelift-native = "0.29.0"
cranelift-codegen = "0.30.0"
cranelift-native = "0.30.0"
wasmtime-debug = { path = "wasmtime-debug" }
wasmtime-environ = { path = "wasmtime-environ" }
wasmtime-runtime = { path = "wasmtime-runtime" }