Skip to content

Commit 3105382

Browse files
authored
Update to windows-sys 0.60 (#230)
1 parent 45c299c commit 3105382

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, optional = true }
3939

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

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

0 commit comments

Comments
 (0)