Update to Cretonne 0.4.0.
This commit is contained in:
@@ -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" }
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user