We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8791585 commit 1cccdc9Copy full SHA for 1cccdc9
Cargo.toml
@@ -94,7 +94,7 @@ flate2 = "1.0"
94
# cc = "1.2.8"
95
96
[target.'cfg(windows)'.dependencies]
97
-windows = {version = "0.59", features = ["Win32_Globalization","Win32_System_SystemServices"]}
+windows = {version = "0.60", features = ["Win32_Globalization","Win32_System_SystemServices"]}
98
99
# https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies
100
# https://doc.rust-lang.org/reference/conditional-compilation.html
0 commit comments