mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 16:11:32 +00:00
Prepare for 0.13.1 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.13.0" }
|
||||
wasmer-runtime = { path = "../runtime", version = "0.13.0" }
|
||||
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.13.0", features = ["test"] }
|
||||
wasmer-runtime-core = { path = "../runtime-core", version = "0.13.1" }
|
||||
wasmer-runtime = { path = "../runtime", version = "0.13.1" }
|
||||
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.13.1", features = ["test"] }
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user