Skip to content

Commit 0dd0dfb

Browse files
committed
Auto merge of rust-lang#13615 - mati865:miow-update, r=jonas-schievink
Update several crates to bring support for the new Tier 3 Windows tar… `cargo t` has passed on Windows 11 with both `x86_64-pc-windows-gnu` and `x86_64-pc-windows-gnullvm` targets.
2 parents 8292dd8 + 46417ad commit 0dd0dfb

File tree

2 files changed

+54
-40
lines changed

2 files changed

+54
-40
lines changed

Cargo.lock

+53-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stdx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ always-assert = { version = "0.1.2", features = ["log"] }
1616
# Think twice before adding anything here
1717

1818
[target.'cfg(windows)'.dependencies]
19-
miow = "0.4.0"
19+
miow = "0.5.0"
2020
winapi = { version = "0.3.9", features = ["winerror"] }
2121

2222
[features]

0 commit comments

Comments
 (0)