Sfoglia il codice sorgente

change msrv to accommodate ip in core

Liam Kinne 1 anno fa
parent
commit
a08021d1db
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      ci.sh

+ 1 - 1
ci.sh

@@ -4,7 +4,7 @@ set -eox pipefail
 
 export DEFMT_LOG=trace
 
-MSRV="1.65.0"
+MSRV="1.77.0"
 
 RUSTC_VERSIONS=(
     $MSRV