Update several crates to bring support for the new Tier 3 Windows targets

This commit is contained in:
Mateusz Mikuła 2022-11-13 22:23:56 +01:00
parent 45ec315e01
commit 46417add8d
2 changed files with 54 additions and 40 deletions

View file

@ -16,7 +16,7 @@ always-assert = { version = "0.1.2", features = ["log"] }
# Think twice before adding anything here
[target.'cfg(windows)'.dependencies]
miow = "0.4.0"
miow = "0.5.0"
winapi = { version = "0.3.9", features = ["winerror"] }
[features]