Skip to content

Commit 450de32

Browse files
committed
Update CI crate versions
1 parent 068283b commit 450de32

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ci/test_full.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ cargo generate-lockfile
3838
# libm 0.2.6 started using {float}::EPSILON
3939
check_version 1.43 || cargo update -p libm --precise 0.2.5
4040

41+
# Some crates moved to Rust 1.56 / 2021
42+
check_version 1.56 || (
43+
cargo update -p quote --precise 1.0.30
44+
cargo update -p proc-macro2 --precise 1.0.65
45+
cargo update -p rkyv --precise 0.7.40
46+
cargo update -p bytecheck --precise 0.6.9
47+
)
48+
4149
set -x
4250

4351
# test the default

0 commit comments

Comments
 (0)