Update to stable rust

This commit is contained in:
Maik Klein 2016-12-26 03:38:50 +01:00 committed by GitHub
parent 629d27babe
commit 581daa79a4

View file

@ -1,8 +1,8 @@
environment:
matrix:
- TARGET: 1.13.0-x86_64-pc-windows
- TARGET: 1.14.0-x86_64-pc-windows
COMPILER: gnu
- TARGET: 1.13.0-x86_64-pc-windows
- TARGET: 1.14.0-x86_64-pc-windows
COMPILER: msvc
install:
- if %COMPILER%==gnu choco install -y mingw