Bläddra i källkod

.appveyor.yml: Update Rust toolchain to 1.64

1.20 is an old version, let's use the current stable instead.
Quentin Monnet 2 år sedan
förälder
incheckning
d3797974c3
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .appveyor.yml

+ 1 - 1
.appveyor.yml

@@ -9,7 +9,7 @@ platform:
 environment:
   matrix:
     - TOOLCHAIN_VERSION: 14.0
-      RUST: 1.20.0
+      RUST: 1.64.0
     - TOOLCHAIN_VERSION: 14.0
       RUST: beta
     - TOOLCHAIN_VERSION: 14.0