Skip to content

Commit 1397a5e

Browse files
committed
compiletest: bump miow crate
1 parent 3fee48c commit 1397a5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ dependencies = [
894894
"lazy_static",
895895
"lazycell",
896896
"libc",
897-
"miow 0.3.7",
897+
"miow 0.5.0",
898898
"miropt-test-tools",
899899
"regex",
900900
"rustfix",

src/tools/compiletest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ lazycell = "1.3.0"
2525
libc = "0.2"
2626

2727
[target.'cfg(windows)'.dependencies]
28-
miow = "0.3"
28+
miow = "0.5"
2929
winapi = { version = "0.3", features = ["winerror"] }

0 commit comments

Comments
 (0)