summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2016-09-11 21:12:27 +0200
committerPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2016-09-11 21:12:27 +0200
commit7ea0205b9546da5b4754d79641a68605a72dd3b8 (patch)
tree04281367a19697e1ff201abfe27ebfb590611fa8 /appveyor.yml
parent65212fe72e77462d151fa880690228d370d87485 (diff)
Updated rust version to 1.11.0 in appveyor script
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e33ccdc..90cdbae 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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