From 6809f3bd7f4fb576d32c37c74a5382c8f6f5fd5d Mon Sep 17 00:00:00 2001 From: pierresy Date: Wed, 12 Aug 2015 14:07:39 +0200 Subject: Updated appveyor job to test against rust 1.2.0 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 46f7550..d7e861e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ install: - - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.0.0-x86_64-pc-windows-gnu.exe' + - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.2.0-x86_64-pc-windows-gnu.exe' - rust-1.0.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