mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-01 09:31:32 +00:00
Prepare for 0.16.2 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.16.1" }
|
||||
wasmer-runtime = { path = "../runtime", version = "0.16.1" }
|
||||
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.16.1", features = ["test"] }
|
||||
wasmer-runtime-core = { path = "../runtime-core", version = "0.16.2" }
|
||||
wasmer-runtime = { path = "../runtime", version = "0.16.2" }
|
||||
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.16.2", features = ["test"] }
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user