Skip to content

Commit

Permalink
Perform AppVeyor build against Rust 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmitt committed Jul 31, 2015
1 parent cf6ca9e commit 43206d0
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,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
Expand Down

0 comments on commit 43206d0

Please sign in to comment.