Skip to content

Commit 7ea0205

Browse files
author
Pierre-Henri Symoneaux
committed
Updated rust version to 1.11.0 in appveyor script
1 parent 65212fe commit 7ea0205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
install:
2-
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.10.0-x86_64-pc-windows-gnu.exe'
3-
- rust-1.10.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
2+
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.11.0-x86_64-pc-windows-gnu.exe'
3+
- rust-1.11.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
44
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
55
- rustc -V
66
- cargo -V

0 commit comments

Comments
 (0)