Skip to content

Commit 66b9e07

Browse files
committed
bump MSRV to 1.70
1 parent 28ac657 commit 66b9e07

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

.github/workflows/msrv.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
- ubuntu-latest
2020
runs-on: ${{ matrix.os }}
2121
env:
22-
# dictated by `firefox` to support the `helix` editor, but now driven by the `time` crate. IMPORTANT: adjust etc/msrv-badge.svg as well
23-
rust_version: 1.67.0
22+
# dictated by `firefox` to support the `helix` editor, but now probably effectively be controlled by `jiff`, which also aligns with `regex`.
23+
# IMPORTANT: adjust etc/msrv-badge.svg as well
24+
rust_version: 1.70.0
2425
steps:
2526
- uses: actions/checkout@v4
2627
- uses: extractions/setup-just@v2

etc/msrv-badge.svg

Lines changed: 21 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)