Selaa lähdekoodia

ci: downgrade libm for MSRV testing

Josh Stone 2 vuotta sitten
vanhempi
commit
df7d933705
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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