From 3757b8b1c2c802d5a76d69b57425b881483e84b6 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 5 Nov 2019 15:31:39 -0800 Subject: [PATCH] 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. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ec0c8e209..9c3f181cda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ readme = "README.md" wasm_tests = [] [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" libc = "0.2" rand = "0.7" @@ -29,13 +29,13 @@ log = "0.4" filetime = "0.2.7" lazy_static = "1.4.0" 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] nix = "0.15" [target.'cfg(windows)'.dependencies] -winx = { path = "winx", version = "0.4.0" } +winx = { path = "winx", version = "0.5.0" } winapi = "0.3" cpu-time = "1.0"