Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 42da595

Browse files
committed
Pin regex in MSRV CI
1 parent 10e4b17 commit 42da595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
if: matrix.msrv
3030
run: |
3131
cargo update -p proptest --precise "1.2.0" --verbose # proptest 1.3.0 requires rustc 1.64.0
32+
cargo update -p regex --precise "1.9.6" --verbose # regex 1.10.0 requires rustc 1.65.0.
3233
- name: Cargo check
3334
run: cargo check --release
3435
- name: Check documentation

0 commit comments

Comments
 (0)