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

@@ -17,11 +17,11 @@ name = "wasm2obj"
path = "src/wasm2obj.rs"
[dependencies]
cretonne = "0.3.0"
cretonne-frontend = "0.3.0"
cretonne-reader = "0.3.0"
cretonne-wasm = "0.3.0"
cretonne-native = "0.3.0"
cretonne = "0.4.0"
cretonne-frontend = "0.4.0"
cretonne-reader = "0.4.0"
cretonne-wasm = "0.4.0"
cretonne-native = "0.4.0"
wasmstandalone_runtime = { path = "lib/runtime" }
wasmstandalone_execute = { path = "lib/execute" }
wasmstandalone_obj = { path = "lib/obj" }