Prepare for 0.14.1 release

0.14.1 differs from 0.14.0 primarily in that the GNU/Linux build is
built on Ubuntu 16.04 instead of 18.04, meaning we'll use an earlier
version of GLIBC.
This commit is contained in:
Mark McCaskey
2020-02-24 13:17:15 -08:00
parent 077d81f2bb
commit ce21910077
24 changed files with 90 additions and 87 deletions

View File

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