Skip to content

Commit

Permalink
feat(MSRV): bump msrv in CI to 1.70.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this bumps the MSRV to 1.70.0
  • Loading branch information
zkat authored Feb 12, 2024
1 parent 25fadde commit 0e4c117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [1.67.0, stable]
rust: [1.70.0, stable]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand Down

0 comments on commit 0e4c117

Please sign in to comment.