Update to cretonne 0.9.0 and faerie 0.4.1.

This commit is contained in:
Dan Gohman
2018-06-07 14:37:36 -07:00
parent 99ee96ca16
commit 73639e4557
7 changed files with 52 additions and 68 deletions

View File

@@ -8,7 +8,7 @@ repository = "https://github.com/sunfishcode/wasmstandalone"
license = "MIT/Apache-2.0"
[dependencies]
cretonne-codegen = "0.8.0"
cretonne-wasm = "0.8.0"
cretonne-codegen = "0.9.0"
cretonne-wasm = "0.9.0"
region = "0.3.0"
wasmstandalone_runtime = { path = "../runtime" }