소스 검색

.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