Skip to content

Commit

Permalink
ci: Update Rust to 1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuesch committed Dec 29, 2024
1 parent f043a2c commit 58c3520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
toolchain:
- 1.75.0 # MSRV
- 1.82.0
- 1.83.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
matrix:
toolchain:
- 1.75.0 # MSRV
- 1.82.0
- 1.83.0
os:
- windows-latest
- macos-latest
Expand Down

0 comments on commit 58c3520

Please sign in to comment.