Prepare for release of 0.5.7

This commit is contained in:
Mark McCaskey
2019-07-23 11:20:59 -07:00
parent b8ea3edec1
commit ad7e3b52d3
21 changed files with 115 additions and 112 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-win-exception-handler"
version = "0.5.6"
version = "0.5.7"
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.5.6" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.5.7" }
winapi = { version = "0.3", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] }
libc = "0.2.49"