From c146d43bc57f8efa5455ecce1d2a059846e49d17 Mon Sep 17 00:00:00 2001 From: daa Date: Fri, 5 Jan 2018 22:14:31 +0300 Subject: [PATCH] Update version rustc version --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 36154b2..2eeb238 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ environment: PROJECT_NAME: rustfmt matrix: - TARGET: x86_64-pc-windows-gnu - RUST_VERSION: 1.20.0 + RUST_VERSION: 1.22.1 install: # - ps: Start-FileDownload "https://static.rust-lang.org/dist/channel-rust-stable"