Преглед изворни кода

.appveyor.yml: Update Rust toolchain to 1.64

1.20 is an old version, let's use the current stable instead.
Quentin Monnet пре 2 година
родитељ
комит
d3797974c3
1 измењених фајлова са 1 додато и 1 уклоњено
  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