We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fee48c commit 1397a5eCopy full SHA for 1397a5e
Cargo.lock
@@ -894,7 +894,7 @@ dependencies = [
894
"lazy_static",
895
"lazycell",
896
"libc",
897
- "miow 0.3.7",
+ "miow 0.5.0",
898
"miropt-test-tools",
899
"regex",
900
"rustfix",
src/tools/compiletest/Cargo.toml
@@ -25,5 +25,5 @@ lazycell = "1.3.0"
25
libc = "0.2"
26
27
[target.'cfg(windows)'.dependencies]
28
-miow = "0.3"
+miow = "0.5"
29
winapi = { version = "0.3", features = ["winerror"] }
0 commit comments