update to version 0.5.4

This commit is contained in:
Mark McCaskey
2019-07-05 13:35:55 -07:00
parent 7ba2a4c7cc
commit 99ebb782dc
18 changed files with 97 additions and 94 deletions

View File

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