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

@ -9,8 +9,8 @@ edition = "2018"
[dependencies]
wabt = "0.9.1"
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" }
wasmer-runtime = { path = "../runtime", version = "0.14.0" }
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.0", features = ["test"] }
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
wasmer-runtime = { path = "../runtime", version = "0.14.1" }
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.14.1", features = ["test"] }
[features]