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