Update appveyor to use Rust 1.8

This commit is contained in:
John Gallagher 2016-05-16 11:45:53 -05:00
parent f77ae8816d
commit 9f2c048bc7

View File

@ -1,5 +1,5 @@
environment: environment:
TARGET: 1.6.0-x86_64-pc-windows-gnu TARGET: 1.8.0-x86_64-pc-windows-gnu
MSYS2_BITS: 64 MSYS2_BITS: 64
install: install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe"