Skip to content

Commit 185e37f

Browse files
committed
Bump the msrv in CI
1 parent 4aff84a commit 185e37f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@ jobs:
2020
- stable
2121
- beta
2222
- nightly
23-
- 1.64.0 # MSRV
23+
- 1.65.0 # MSRV
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: dtolnay/rust-toolchain@master
2727
with:
2828
toolchain: ${{ matrix.rust }}
29+
- name: Pin versions for MSRV
30+
if: "${{ matrix.rust == '1.65.0' }}"
31+
run: |
32+
cargo update -p regex --precise 1.8.4
2933
- name: Build
3034
run: cargo build --verbose
3135
- name: Run tests

0 commit comments

Comments
 (0)