Skip to content

Commit a21367d

Browse files
authored
Allow windows-sys 0.60 to be used (#206)
1 parent 9450fea commit a21367d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ no-color = []
1717

1818

1919
[target.'cfg(windows)'.dependencies.windows-sys]
20-
version = ">=0.48,<=0.59"
20+
version = ">=0.48,<=0.60"
2121
features = ["Win32_Foundation", "Win32_System_Console"]
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)