Update cranelift libraries to 0.28.0

This commit is contained in:
Yury Delendik
2019-01-29 18:27:44 -06:00
committed by Dan Gohman
parent fdcb2184a8
commit e66f01b923
8 changed files with 28 additions and 44 deletions

View File

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