There was an error while loading. Please reload this page.
1 parent 98ce8bc commit 23d43b5Copy full SHA for 23d43b5
ci/test_full.sh
@@ -83,9 +83,16 @@ case "${STD_FEATURES[*]}" in
83
cd ci/big_serde
84
cargo test
85
) ;;&
86
- *rand*) cargo test --manifest-path ci/big_rand/Cargo.toml ;;&
+ *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
+ ) ;;&
92
*quickcheck*) (
93
cd ci/big_quickcheck
94
95
+ check_version 1.61.0 || cargo update -p syn --precise 2.0.67
96
97
98
esac
0 commit comments