Skip to content

Commit df7d933

Browse files
committed
ci: downgrade libm for MSRV testing
1 parent 5397a1c commit df7d933

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
@@ -30,6 +30,11 @@ fi
3030
FEATURES=(libm)
3131
echo "Testing supported features: ${FEATURES[*]}"
3232

33+
cargo generate-lockfile
34+
35+
# libm 0.2.6 started using {float}::EPSILON
36+
check_version 1.43 || cargo update -p libm --precise 0.2.5
37+
3338
set -x
3439

3540
# test the default

0 commit comments

Comments
 (0)