Skip to content

Commit a27fe70

Browse files
committed
Bump the msrv in CI
1 parent 365cf33 commit a27fe70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ 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 }}
2929
- name: Pin versions for MSRV
30-
if: "${{ matrix.rust == '1.64.0' }}"
30+
if: "${{ matrix.rust == '1.65.0' }}"
3131
run: |
3232
cargo update -p regex --precise 1.8.4
3333
- name: Build

0 commit comments

Comments
 (0)