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.
windows-core
windows-targets
1 parent cd9d463 commit 6bdd37fCopy full SHA for 6bdd37f
Cargo.toml
@@ -16,10 +16,10 @@ rust-version = "1.56.0"
16
edition = "2015"
17
18
[target.'cfg(windows)'.dependencies.windows-targets]
19
-version = ">=0.48, <0.53"
+version = ">=0.48, <0.54"
20
21
[target.'cfg(windows)'.dev-dependencies.windows-sys]
22
-version = ">=0.52,<0.59"
+version = ">=0.52,<0.60"
23
features = ["Win32_Foundation"]
24
25
[target.'cfg(unix)'.dependencies.cfg-if]
0 commit comments