Skip to content

Commit

Permalink
CI: Update Rust version to 1.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuesch committed Jul 26, 2024
1 parent d0d4e06 commit 6ee84cf
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.79.0
- 1.80.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
matrix:
toolchain:
- 1.75.0 # MSRV
- 1.79.0
- 1.80.0
os:
- windows-latest
- macos-latest
Expand Down

0 comments on commit 6ee84cf

Please sign in to comment.