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.
1 parent 068283b commit 450de32Copy full SHA for 450de32
ci/test_full.sh
@@ -38,6 +38,14 @@ cargo generate-lockfile
38
# libm 0.2.6 started using {float}::EPSILON
39
check_version 1.43 || cargo update -p libm --precise 0.2.5
40
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
+
49
set -x
50
51
# test the default
0 commit comments