diff --git a/appveyor.yml b/appveyor.yml index 11b917b..e81768e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,8 @@ platform: - x64 install: - - ps: Start-FileDownload 'http://static.rust-lang.org/dist/rust-1.0.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" + - ps: Start-FileDownload 'http://static.rust-lang.org/dist/rust-1.1.0-x86_64-pc-windows-gnu.exe' + - rust-1.1.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 --version - cargo --version