Skip to content

Commit

Permalink
Use 1.70.0 for maximal msrv check.
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Dec 15, 2024
1 parent 28e3458 commit 8fdebf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- windows-latest
toolchain:
- stable
- 1.67.1
- 1.70.0
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- beta
toolchain:
- stable
- 1.67.1
- 1.70.0
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
Expand Down

0 comments on commit 8fdebf0

Please sign in to comment.