Skip to content

Commit

Permalink
ci: Update Rust to 1.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuesch committed Jan 9, 2025
1 parent 2de1f23 commit f8fb37a
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.83.0
- 1.84.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
matrix:
toolchain:
- 1.75.0 # MSRV
- 1.83.0
- 1.84.0
os:
- windows-latest
- macos-latest
Expand Down

0 comments on commit f8fb37a

Please sign in to comment.