Skip to content

Commit a680ccb

Browse files
chore(deps): update rust crate windows-sys to 0.61
1 parent 9ed5ad2 commit a680ccb

File tree

2 files changed

+106
-36
lines changed

2 files changed

+106
-36
lines changed

example/Cargo.lock

Lines changed: 105 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FileDescription = "Example for \"winres\""
1717

1818
[dependencies]
1919
# matching embed-resource
20-
windows-sys = { version = "0.59", features = ["Win32_UI_WindowsAndMessaging"] }
20+
windows-sys = { version = "0.61", features = ["Win32_UI_WindowsAndMessaging"] }
2121

2222
# always use target build-dependencies for winres so that
2323
# it won't get pulled for non-windows OSs (saves them resources)

0 commit comments

Comments
 (0)