Skip to content

Commit

Permalink
bump MSRV to 1.61.
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Sep 14, 2024
1 parent a6bbd27 commit da627a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
matrix:
rust:
- stable
- 1.57.0
- 1.61.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
matrix:
rust:
- stable
- 1.57.0
- 1.61.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -110,7 +110,7 @@ jobs:
matrix:
rust:
- stable
- 1.57.0
- 1.61.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit da627a7

Please sign in to comment.