Skip to content

Commit

Permalink
Upgrade windows-sys to 0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix authored and notgull committed Jul 31, 2024
1 parent 937ea84 commit e27191f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ slab = "0.4.2"
tracing = { version = "0.1.37", default-features = false }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52.0", features = ["Win32_Foundation"] }
windows-sys = { version = "0.59.0", features = ["Win32_Foundation"] }

[dev-dependencies]
async-channel = "2.0.0"
Expand Down

0 comments on commit e27191f

Please sign in to comment.