Prepare for 0.14.0 release

This commit is contained in:
Mark McCaskey
2020-02-20 13:15:29 -08:00
parent 49ab1a1bba
commit 1374bf0806
24 changed files with 89 additions and 87 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-llvm-backend"
version = "0.13.1"
version = "0.14.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.13.1" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" }
wasmparser = "0.45.0"
smallvec = "0.6"
goblin = "0.0.24"