Updated main Cargo witht he proper dependencies

This commit is contained in:
Syrus 2019-01-24 14:04:25 -08:00
parent 136b68b6eb
commit 788ba75982

5
Cargo.lock generated
View File

@ -491,7 +491,7 @@ dependencies = [
"wabt 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-backend 0.1.1",
"wasmer-emscripten 0.1.0",
"wasmer-runtime 0.1.2",
"wasmer-runtime 0.1.3",
"wasmer-runtime-core 0.1.2",
]
@ -527,7 +527,7 @@ dependencies = [
[[package]]
name = "wasmer-runtime"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"wasmer-clif-backend 0.1.1",
"wasmer-runtime-core 0.1.2",
@ -543,6 +543,7 @@ dependencies = [
"nix 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"page_size 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wabt 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-backend 0.1.1",
"wasmparser 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]