Updated dependencies

This commit is contained in:
Syrus
2019-07-31 23:21:56 -07:00
parent a6461c3b14
commit ebce7d0371
15 changed files with 147 additions and 231 deletions

View File

@ -9,10 +9,10 @@ edition = "2018"
[target.'cfg(windows)'.dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.6.0" }
winapi = { version = "0.3", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] }
winapi = { version = "0.3.7", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] }
libc = "0.2.60"
[build-dependencies]
cmake = "0.1.35"
bindgen = "0.46.0"
regex = "1.0.6"
cmake = "0.1.40"
bindgen = "0.51.0"
regex = "1.2.0"