Skip to content

Commit

Permalink
fix: bumped base rust version for SDL
Browse files Browse the repository at this point in the history
Some of the dependencies required 1.74 to build.
  • Loading branch information
joamag committed Feb 11, 2024
1 parent 64d4fe4 commit 1cef9e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,9 @@ jobs:
strategy:
matrix:
rust-version: [
"1.70.0",
"1.71.0",
"1.72.0",
"1.73.0",
"1.74.0",
"1.75.0",
"1.76.0",
"latest"
]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1cef9e9

Please sign in to comment.