We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c299c commit 3105382Copy full SHA for 3105382
Cargo.toml
@@ -38,7 +38,7 @@ slab = "0.4.2"
38
tracing = { version = "0.1.37", default-features = false, optional = true }
39
40
[target.'cfg(windows)'.dependencies]
41
-windows-sys = { version = "0.59.0", features = ["Win32_Foundation"] }
+windows-sys = { version = "0.60.0", features = ["Win32_Foundation"] }
42
43
[dev-dependencies]
44
async-channel = "2.0.0"
0 commit comments