Skip to content

Commit 46417ad

Browse files
committed
Update several crates to bring support for the new Tier 3 Windows targets
1 parent 45ec315 commit 46417ad

File tree

2 files changed

+54
-40
lines changed

2 files changed

+54
-40
lines changed

Cargo.lock

Lines changed: 53 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stdx/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)