Update cranelift to 0.44.0

This commit is contained in:
Artur Jamro
2019-09-25 09:18:34 -07:00
committed by Dan Gohman
parent 1848cc0868
commit 134bf467e7
15 changed files with 48 additions and 51 deletions

View File

@@ -12,11 +12,11 @@ name = "_wasmtime"
crate-type = ["cdylib"]
[dependencies]
cranelift-codegen = "0.43.1"
cranelift-native = "0.43.1"
cranelift-entity = "0.43.1"
cranelift-wasm = "0.43.1"
cranelift-frontend = "0.43.1"
cranelift-codegen = "0.44.0"
cranelift-native = "0.44.0"
cranelift-entity = "0.44.0"
cranelift-wasm = "0.44.0"
cranelift-frontend = "0.44.0"
wasmtime-environ = { path = "../../wasmtime-environ" }
wasmtime-interface-types = { path = "../../wasmtime-interface-types" }
wasmtime-jit = { path = "../../wasmtime-jit" }