Skip to content

Commit 33f94de

Browse files
committed
update MSRV to 1.74
Motivation here is to be able to uprade to the latest `kstring` which requires v1.73 as minimum version. It's probably fair just to go as high as possible, as long as `helix` is fine with it which also needs 1.74 right now.
1 parent f5cd3ba commit 33f94de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/msrv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
# dictated by `firefox` to support the `helix` editor, but now probably effectively be controlled by `jiff`, which also aligns with `regex`.
2323
# IMPORTANT: adjust etc/msrv-badge.svg as well
24-
rust_version: 1.70.0
24+
rust_version: 1.74.0
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: extractions/setup-just@v2

etc/msrv-badge.svg

Lines changed: 3 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)