Skip to content

Commit

Permalink
chore: upgrade MSRV to v1.70
Browse files Browse the repository at this point in the history
Our MSRV follows the one of `helix`, which in turn follows Firefox.
  • Loading branch information
Byron committed Dec 29, 2023
1 parent a78caba commit aea89c3
Show file tree
Hide file tree
Showing 75 changed files with 470 additions and 499 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.65.0 # dictated by `firefox` to support the `helix` editor, IMPORTANT: adjust etc/msrv-badge.svg as well
- uses: dtolnay/rust-toolchain@1.70.0 # dictated by `firefox` to support the `helix` editor, IMPORTANT: adjust etc/msrv-badge.svg as well
- uses: extractions/setup-just@v1
- run: just ci-check-msrv

0 comments on commit aea89c3

Please sign in to comment.