Update appveyor to Rust 1.16

This commit is contained in:
Maik Klein 2017-06-05 11:00:40 +02:00
parent f56d72bda6
commit 6ff32ca9a1

View file

@ -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