From 6ff32ca9a137d388c3375459d31a5ffc41bf7ad0 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Mon, 5 Jun 2017 11:00:40 +0200 Subject: [PATCH] Update appveyor to Rust 1.16 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7a14b4b..ea47669 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,8 @@ environment: matrix: - - TARGET: 1.14.0-x86_64-pc-windows + - TARGET: 1.16.0-x86_64-pc-windows COMPILER: gnu - - TARGET: 1.14.0-x86_64-pc-windows + - TARGET: 1.16.0-x86_64-pc-windows COMPILER: msvc install: - if %COMPILER%==gnu choco install -y mingw