Browse Source

ci: downgrade libm for MSRV testing

Josh Stone 2 years ago
parent
commit
df7d933705
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ci/test_full.sh

+ 5 - 0
ci/test_full.sh

@@ -30,6 +30,11 @@ fi
 FEATURES=(libm)
 echo "Testing supported features: ${FEATURES[*]}"
 
+cargo generate-lockfile
+
+# libm 0.2.6 started using {float}::EPSILON
+check_version 1.43 || cargo update -p libm --precise 0.2.5
+
 set -x
 
 # test the default