Skip to content

Commit

Permalink
build(deps): update windows requirement from 0.48 to 0.51
Browse files Browse the repository at this point in the history
Updates the requirements on [windows](https://github.com/microsoft/windows-rs) to permit the latest version.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@windows-targets-0.48.1...0.51.1)

---
updated-dependencies:
- dependency-name: windows
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bilelmoussaoui committed Aug 22, 2023
1 parent 8de0241 commit b3fa2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdk4-win32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ win32 = ["windows"]
[dependencies]
libc = "0.2"
khronos-egl = {version = "5.0", optional = true}
windows = { version = "0.48", features = [
windows = { version = "0.51", features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
], optional = true }
Expand Down

0 comments on commit b3fa2a6

Please sign in to comment.