Skip to content

Commit e4a025d

Browse files
committed
Use recommended version range for windows crate
1 parent 6a08321 commit e4a025d

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
@@ -11,7 +11,7 @@ categories = ["api-bindings", "filesystem", "os::windows-apis"]
1111
keywords = ["lnk", "windows", "shell-link", "parser"]
1212

1313
[dependencies]
14-
windows = { version = "0.62", features = [
14+
windows = { version = ">=0.59, <=0.62", features = [
1515
"std",
1616
"Win32_System_Com",
1717
"Win32_UI_Shell_Common",

0 commit comments

Comments
 (0)