Prepare for 0.16.1 release

This commit is contained in:
Mark McCaskey
2020-03-11 16:00:21 -07:00
parent a0d0263e86
commit dc9cc3292c
24 changed files with 90 additions and 86 deletions

View File

@ -9,8 +9,8 @@ edition = "2018"
[dependencies]
wabt = "0.9.1"
wasmer-runtime-core = { path = "../runtime-core", version = "0.16.0" }
wasmer-runtime = { path = "../runtime", version = "0.16.0" }
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.16.0", features = ["test"] }
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"] }
[features]