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

@ -1,6 +1,6 @@
[package]
name = "wasmer-emscripten-tests"
version = "0.16.0"
version = "0.16.1"
description = "Tests for our Emscripten implementation"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -9,15 +9,15 @@ publish = false
build = "build/mod.rs"
[dependencies]
wasmer-emscripten = { path = "../emscripten", version = "0.16.0" }
wasmer-runtime = { path = "../runtime", version = "0.16.0", default-features = false }
wasmer-clif-backend = { path = "../clif-backend", version = "0.16.0", optional = true}
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.16.0", optional = true, features = ["test"] }
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.16.0", optional = true }
wasmer-emscripten = { path = "../emscripten", version = "0.16.1" }
wasmer-runtime = { path = "../runtime", version = "0.16.1", default-features = false }
wasmer-clif-backend = { path = "../clif-backend", version = "0.16.1", optional = true}
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.16.1", optional = true, features = ["test"] }
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.16.1", optional = true }
[dev-dependencies]
wabt = "0.9.1"
wasmer-dev-utils = { path = "../dev-utils", version = "0.16.0"}
wasmer-dev-utils = { path = "../dev-utils", version = "0.16.1"}
[build-dependencies]
glob = "0.3"