Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9919c61

Browse files
committedAug 20, 2024·
ci: Pin dependency versions for MSRV
1 parent 2ba11a3 commit 9919c61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
- uses: dtolnay/rust-toolchain@master
2727
with:
2828
toolchain: ${{ matrix.rust }}
29+
- name: Pin versions for MSRV
30+
if: "${{ matrix.rust == '1.64.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)
Please sign in to comment.