compiletest: bump miow crate
This commit is contained in:
parent
3fee48c161
commit
1397a5ef92
2 changed files with 2 additions and 2 deletions
|
@ -894,7 +894,7 @@ dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"lazycell",
|
"lazycell",
|
||||||
"libc",
|
"libc",
|
||||||
"miow 0.3.7",
|
"miow 0.5.0",
|
||||||
"miropt-test-tools",
|
"miropt-test-tools",
|
||||||
"regex",
|
"regex",
|
||||||
"rustfix",
|
"rustfix",
|
||||||
|
|
|
@ -25,5 +25,5 @@ lazycell = "1.3.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
miow = "0.3"
|
miow = "0.5"
|
||||||
winapi = { version = "0.3", features = ["winerror"] }
|
winapi = { version = "0.3", features = ["winerror"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue