Switch to nightly-2020-03-12

This commit is contained in:
Alexander Krotov
2020-04-15 22:27:39 +03:00
committed by holger krekel
parent 13dd88b7ad
commit 857a384d8b
4 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ environment:
install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain nightly-2020-04-10
- rustup-init -yv --default-toolchain nightly-2020-03-12
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustc -vV
- cargo -vV