Skip to content

Commit

Permalink
dub.*: Bump win32 to 2.107.1
Browse files Browse the repository at this point in the history
Fix warnings in new compiler versions.

Lock to version matching CI DMD version.
  • Loading branch information
CyberShadow committed Jan 14, 2025
1 parent f28ed07 commit d441c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ subPackage {
name "windows"
targetType "sourceLibrary"
dependency "ae" version="*" path="."
dependency "win32" version="==2.97.0" platform="posix"
dependency "win32" version="==2.107.1" platform="posix"
sourceFiles \
"sys/windows/pe/package.d" \
"sys/windows/pe/pe.d" \
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"libpng": "1.6.17",
"libx11": "0.0.1",
"openssl": "3.3.3",
"win32": "2.97.0"
"win32": "2.107.1"
}
}

0 comments on commit d441c20

Please sign in to comment.