We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
proptest
1 parent 28976f4 commit 6a8ac26Copy full SHA for 6a8ac26
.github/workflows/build.yml
@@ -26,6 +26,7 @@ jobs:
26
if: matrix.msrv
27
run: |
28
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
30
- name: Build on Rust ${{ matrix.toolchain }}
31
run: cargo build --verbose --color always
32
- name: Check formatting
0 commit comments