Update CI to run on rust beta

This commit is contained in:
Sean McArthur
2019-09-27 10:58:14 -07:00
parent 24394364eb
commit 8e1a29ce1b
2 changed files with 12 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ environment:
MINGW_PATH: 'C:\MinGW\bin'
install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-toolchain nightly --default-host %TARGET%
- rustup-init.exe -y --default-toolchain beta --default-host %TARGET%
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- if defined MINGW_PATH set PATH=%PATH%;%MINGW_PATH%
- rustc -vV