mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
compiletest: bump miow crate
This commit is contained in:
parent
3fee48c161
commit
1397a5ef92
@ -894,7 +894,7 @@ dependencies = [
|
||||
"lazy_static",
|
||||
"lazycell",
|
||||
"libc",
|
||||
"miow 0.3.7",
|
||||
"miow 0.5.0",
|
||||
"miropt-test-tools",
|
||||
"regex",
|
||||
"rustfix",
|
||||
|
@ -25,5 +25,5 @@ lazycell = "1.3.0"
|
||||
libc = "0.2"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
miow = "0.3"
|
||||
miow = "0.5"
|
||||
winapi = { version = "0.3", features = ["winerror"] }
|
||||
|
Loading…
Reference in New Issue
Block a user