Prepare for 0.16.1 release

This commit is contained in:
Mark McCaskey
2020-03-11 16:00:21 -07:00
parent a0d0263e86
commit dc9cc3292c
24 changed files with 90 additions and 86 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-win-exception-handler"
version = "0.16.0"
version = "0.16.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.16.0" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.16.1" }
winapi = { version = "0.3.8", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] }
libc = "0.2.60"