Skip to content

Commit 23d43b5

Browse files
committed
More downgrades for CI crates
1 parent 98ce8bc commit 23d43b5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ci/test_full.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,16 @@ case "${STD_FEATURES[*]}" in
8383
cd ci/big_serde
8484
cargo test
8585
) ;;&
86-
*rand*) cargo test --manifest-path ci/big_rand/Cargo.toml ;;&
86+
*rand*) (
87+
cd ci/big_rand
88+
check_version 1.63.0 || cargo update -p libc --precise 0.2.163
89+
check_version 1.61.0 || cargo update -p ppv-lite86 --precise 0.2.17
90+
cargo test
91+
) ;;&
8792
*quickcheck*) (
8893
cd ci/big_quickcheck
94+
check_version 1.63.0 || cargo update -p libc --precise 0.2.163
95+
check_version 1.61.0 || cargo update -p syn --precise 2.0.67
8996
cargo test
9097
) ;;&
9198
esac

0 commit comments

Comments
 (0)