From 225a2bf6c709a57ad50a5d4a0a5ce995f8d6b0de Mon Sep 17 00:00:00 2001 From: daa Date: Thu, 6 Jul 2017 20:49:45 +0300 Subject: [PATCH] Update rust version --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d200ce1..fd62518 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.17.0 + RUST_VERSION: 1.18.0 install: # - ps: Start-FileDownload "https://static.rust-lang.org/dist/channel-rust-stable"