Skip to content

Commit e27191f

Browse files
zeenixnotgull
authored andcommitted
Upgrade windows-sys to 0.59
1 parent 937ea84 commit e27191f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ slab = "0.4.2"
3838
tracing = { version = "0.1.37", default-features = false }
3939

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

4343
[dev-dependencies]
4444
async-channel = "2.0.0"

0 commit comments

Comments
 (0)