Prepare for 0.17.0 release

This commit is contained in:
Mark McCaskey
2020-05-11 13:48:41 -07:00
parent 1e720815cd
commit 6d01b7f891
21 changed files with 65 additions and 60 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-llvm-backend"
version = "0.16.2"
version = "0.17.0"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
@ -10,7 +10,7 @@ edition = "2018"
readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.16.2", features = ["generate-debug-information-no-export-symbols"] }
wasmer-runtime-core = { path = "../runtime-core", version = "0.17.0", features = ["generate-debug-information-no-export-symbols"] }
wasmparser = "0.51.3"
smallvec = "1"
goblin = "0.1"