Update CI to run on rust beta
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user