Skip to content

Commit

Permalink
build: allow windows-core 0.59, windows-targets 0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler authored and nagisa committed Jan 26, 2025
1 parent cd9d463 commit 6bdd37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ rust-version = "1.56.0"
edition = "2015"

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

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

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

0 comments on commit 6bdd37f

Please sign in to comment.