Skip to content

Commit b3fa2a6

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): update windows requirement from 0.48 to 0.51
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]>
1 parent 8de0241 commit b3fa2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdk4-win32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ win32 = ["windows"]
3030
[dependencies]
3131
libc = "0.2"
3232
khronos-egl = {version = "5.0", optional = true}
33-
windows = { version = "0.48", features = [
33+
windows = { version = "0.51", features = [
3434
"Win32_Foundation",
3535
"Win32_UI_WindowsAndMessaging",
3636
], optional = true }

0 commit comments

Comments
 (0)