Skip to content

Commit

Permalink
bump dray version
Browse files Browse the repository at this point in the history
  • Loading branch information
redthing1 committed Oct 12, 2024
1 parent 3266835 commit 83cc5fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: windows-latest
env:
RAYLIB_PREBUILD_VERSION: 5.0.0-r1
DRAY_VERSION: 5.0.0-r4
DRAY_VERSION: 5.0.0-r5
steps:
- uses: actions/checkout@v3
- uses: dlang-community/setup-dlang@v2
Expand Down
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependency "witchcraft" version="~>0.1.9"
dependency "colorize" version="~>1.0.5"
dependency "typetips" version="~>0.1.4"
dependency "minlog" version="~>2.0.0"
dependency "dray" version=">=5.0.0-r4 <5.1.0-0"
dependency "dray" version=">=5.0.0-r5 <5.1.0-0"
dependency "optional" version="~>1.3.0"

configuration "lib-standard" {
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bolts": "1.3.1",
"colorize": "1.0.5",
"ddmp": "0.0.1-0.dev.3",
"dray": "5.0.0-r4",
"dray": "5.0.0-r5",
"fluent-asserts": "0.13.3",
"libdparse": "0.14.0",
"minlog": "2.0.0",
Expand Down

0 comments on commit 83cc5fa

Please sign in to comment.