We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba05e13 commit 919ee7fCopy full SHA for 919ee7f
ci/test_full.sh
@@ -33,6 +33,11 @@ check_version 1.36 && FEATURES+=(rand)
33
check_version 1.54 && FEATURES+=(rkyv/size_64 bytecheck)
34
echo "Testing supported features: ${FEATURES[*]}"
35
36
+cargo generate-lockfile
37
+
38
+# libm 0.2.6 started using {float}::EPSILON
39
+check_version 1.43 || cargo update -p libm --precise 0.2.5
40
41
set -x
42
43
# test the default
0 commit comments