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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user