summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-11-19 15:51:50 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-11-19 15:51:50 +0100
commit776c4388dfc35418455b738d960c07f93bd1869d (patch)
treec3c81b678e62e83fe84ef7e8b5fd2e237edd8f1c /appveyor.yml
parent991fdebc4b831b1dac18ca6877fa33762d684cde (diff)
Updated appveyor file to use rust v1.4
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 9a058fa..0c4948f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
install:
- - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.2.0-x86_64-pc-windows-gnu.exe'
- - rust-1.2.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.4.0-x86_64-pc-windows-gnu.exe'
+ - rust-1.4.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