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-win-exception-handler"
version = "0.14.0"
version = "0.14.1"
description = "Wasmer runtime exception handling for Windows"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@@ -8,7 +8,7 @@ repository = "https://github.com/wasmerio/wasmer"
edition = "2018"
[target.'cfg(windows)'.dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }
winapi = { version = "0.3.8", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] }
libc = "0.2.60"