Skip to content

Commit

Permalink
bump MSRV to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 29, 2024
1 parent 28ac657 commit 66b9e07
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- ubuntu-latest
runs-on: ${{ matrix.os }}
env:
# dictated by `firefox` to support the `helix` editor, but now driven by the `time` crate. IMPORTANT: adjust etc/msrv-badge.svg as well
rust_version: 1.67.0
# dictated by `firefox` to support the `helix` editor, but now probably effectively be controlled by `jiff`, which also aligns with `regex`.
# IMPORTANT: adjust etc/msrv-badge.svg as well
rust_version: 1.70.0
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
Expand Down
22 changes: 21 additions & 1 deletion etc/msrv-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66b9e07

Please sign in to comment.