Skip to content

Commit

Permalink
Updated rust version to 1.11.0 in appveyor script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Henri Symoneaux committed Sep 11, 2016
1 parent 65212fe commit 7ea0205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7ea0205

Please sign in to comment.