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

@@ -5,7 +5,7 @@ authors = ["The Cretonne Project Developers"]
publish = false
[dependencies]
cretonne = "0.3.0"
cretonne-wasm = "0.3.0"
cretonne = "0.4.0"
cretonne-wasm = "0.4.0"
wasmstandalone_runtime = { path = "../runtime" }
faerie = "0.1.0"