Skip to content

Commit 919ee7f

Browse files
committed
ci: downgrade libm for older rustc
1 parent ba05e13 commit 919ee7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/test_full.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ check_version 1.36 && FEATURES+=(rand)
3333
check_version 1.54 && FEATURES+=(rkyv/size_64 bytecheck)
3434
echo "Testing supported features: ${FEATURES[*]}"
3535

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+
3641
set -x
3742

3843
# test the default

0 commit comments

Comments
 (0)