Skip to content

Commit d26a5dd

Browse files
committed
Update windows-sys to 0.61
1 parent dde8c59 commit d26a5dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ nix = { version = "0.30", default-features = false, features = ["signal"]}
2121
dispatch = "0.2"
2222

2323
[target.'cfg(windows)'.dependencies]
24-
windows-sys = { version = "0.60", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_System_Console"] }
24+
windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_System_Console"] }
2525

2626
[target.'cfg(windows)'.dev-dependencies]
27-
windows-sys = { version = "0.60", features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_IO", "Win32_System_Console"] }
27+
windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_IO", "Win32_System_Console"] }
2828

2929
[features]
3030
termination = []

0 commit comments

Comments
 (0)