Skip to content

Commit 6bdd37f

Browse files
ErichDonGublernagisa
authored andcommitted
build: allow windows-core 0.59, windows-targets 0.53
1 parent cd9d463 commit 6bdd37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ rust-version = "1.56.0"
1616
edition = "2015"
1717

1818
[target.'cfg(windows)'.dependencies.windows-targets]
19-
version = ">=0.48, <0.53"
19+
version = ">=0.48, <0.54"
2020

2121
[target.'cfg(windows)'.dev-dependencies.windows-sys]
22-
version = ">=0.52,<0.59"
22+
version = ">=0.52,<0.60"
2323
features = ["Win32_Foundation"]
2424

2525
[target.'cfg(unix)'.dependencies.cfg-if]

0 commit comments

Comments
 (0)