Update to Cretonne 0.4.0.

This commit is contained in:
Dan Gohman
2018-03-16 16:34:20 -07:00
parent 5a5f4e4a2f
commit ed734f8ecb
4 changed files with 12 additions and 12 deletions

View File

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