Skip to content

Commit 2809195

Browse files
authored
Merge pull request #118 from shepmaster/msrv-ci
Downgrade dependencies in CI for MSRV
2 parents bc5bb80 + 3b77b37 commit 2809195

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
with:
3838
toolchain: ${{ matrix.rust }}
3939

40+
- name: Downgrade dependencies to 1.81 compatible versions
41+
run: |
42+
cargo update -p getrandom@0.4 --precise 0.4.0
43+
cargo update -p proptest --precise 1.5.0
44+
if: ${{ matrix.rust == '1.81.0' }}
45+
4046
- name: Unit Tests
4147
run: cargo test --all-features
4248

0 commit comments

Comments
 (0)