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,6 +8,6 @@ repository = "https://github.com/sunfishcode/wasmstandalone"
license = "Apache-2.0"
[dependencies]
cretonne = "0.3.0"
cretonne-wasm = "0.3.0"
wasmparser = "0.14.1"
cretonne = "0.4.0"
cretonne-wasm = "0.4.0"
wasmparser = "0.15.1"