From 7ea0205b9546da5b4754d79641a68605a72dd3b8 Mon Sep 17 00:00:00 2001 From: Pierre-Henri Symoneaux Date: Sun, 11 Sep 2016 21:12:27 +0200 Subject: Updated rust version to 1.11.0 in appveyor script --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index e33ccdc..90cdbae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ install: - - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.10.0-x86_64-pc-windows-gnu.exe' - - rust-1.10.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" + - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.11.0-x86_64-pc-windows-gnu.exe' + - rust-1.11.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - rustc -V - cargo -V -- cgit v1.2.3