Update local dependency versions too (#173)

* Bump crate versions.

* Update dependency version numbers too.

This is a follow-up to f96b6c9e72ae50fcddd488be47a2d4b5ac7b926b to
update the version numbers in the local dependencies too.
This commit is contained in:
Dan Gohman
2019-11-05 15:31:39 -08:00
committed by GitHub
parent ab0c933eff
commit 3757b8b1c2

View File

@@ -20,7 +20,7 @@ readme = "README.md"
wasm_tests = [] wasm_tests = []
[dependencies] [dependencies]
wasi-common-cbindgen = { path = "wasi-common-cbindgen", version = "0.4.0" } wasi-common-cbindgen = { path = "wasi-common-cbindgen", version = "0.5.0" }
failure = "0.1" failure = "0.1"
libc = "0.2" libc = "0.2"
rand = "0.7" rand = "0.7"
@@ -29,13 +29,13 @@ log = "0.4"
filetime = "0.2.7" filetime = "0.2.7"
lazy_static = "1.4.0" lazy_static = "1.4.0"
num = { version = "0.2.0", default-features = false } num = { version = "0.2.0", default-features = false }
wig = { path = "wig", version = "0.0.0" } wig = { path = "wig", version = "0.1.0" }
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
nix = "0.15" nix = "0.15"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
winx = { path = "winx", version = "0.4.0" } winx = { path = "winx", version = "0.5.0" }
winapi = "0.3" winapi = "0.3"
cpu-time = "1.0" cpu-time = "1.0"