From 58ba68c372dcaf89c71e5fa797089fc245104aaa Mon Sep 17 00:00:00 2001 From: pierresy Date: Tue, 12 Jan 2016 09:54:28 +0100 Subject: Updated rust to 1.5.0 in appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 6df7e6e..a825de6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ install: - - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.4.0-x86_64-pc-windows-gnu.exe' + - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.5.0-x86_64-pc-windows-gnu.exe' - rust-1.5.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 -- cgit v1.2.3