From ab48745cc987062bea029c5ab2f7ef4c9e466167 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Sat, 13 Jul 2019 11:41:05 +0200 Subject: [PATCH] chore(ci): appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0e675f80b..23a513f60 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ environment: install: - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - - rustup-init -yv --default-host x86_64-pc-windows-msvc --default-toolchain none + - rustup-init -yv --default-toolchain nightly-2019-07-10 - set PATH=%PATH%;%USERPROFILE%\.cargo\bin - rustc -vV - cargo -vV