From c29b9f7277ccbf9d9eac3cecf51e58cfda1e1a2d Mon Sep 17 00:00:00 2001 From: Matt Monsour Date: Tue, 26 Sep 2017 20:15:25 -0400 Subject: [PATCH] Appveyor should target Rust 1.20 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b405afaf017..d53f68c33da 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,8 @@ environment: matrix: - - TARGET: 1.18.0-x86_64-pc-windows + - TARGET: 1.20.0-x86_64-pc-windows COMPILER: gnu - - TARGET: 1.18.0-x86_64-pc-windows + - TARGET: 1.20.0-x86_64-pc-windows COMPILER: msvc - TARGET: nightly-x86_64-pc-windows COMPILER: msvc