mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 14:11:32 +00:00
Prepare for 0.12.0 release
This commit is contained in:
@ -8,8 +8,8 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
wabt = "0.9.1"
|
||||
wasmer-runtime-core = { path = "../runtime-core", version = "0.11.0" }
|
||||
wasmer-runtime = { path = "../runtime", version = "0.11.0" }
|
||||
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.11.0", features = ["test"] }
|
||||
wasmer-runtime-core = { path = "../runtime-core", version = "0.12.0" }
|
||||
wasmer-runtime = { path = "../runtime", version = "0.12.0" }
|
||||
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.12.0", features = ["test"] }
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user