Skip to content

Commit 6a8ac26

Browse files
committed
Pin proptest to fix MSRV CI
The `proptest` crate recently bumped their MSRV, we here add a pin to CI to allow 1.75 to build.
1 parent 28976f4 commit 6a8ac26

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
@@ -26,6 +26,7 @@ jobs:
2626
if: matrix.msrv
2727
run: |
2828
cargo update -p idna_adapter --precise 1.1.0 # This has us use `unicode-normalization` which has a more conservative MSRV
29+
cargo update -p proptest --precise "1.8.0" --verbose # proptest 1.9.0 requires rustc 1.82.0
2930
- name: Build on Rust ${{ matrix.toolchain }}
3031
run: cargo build --verbose --color always
3132
- name: Check formatting

0 commit comments

Comments
 (0)