summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-08-12 14:21:45 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-08-12 14:21:45 +0200
commit3434a1d07c23aef3ef368713d3a6d21523398818 (patch)
tree9244cb9374a582dfb0546fd867c6778caa67d06a /appveyor.yml
parent6809f3bd7f4fb576d32c37c74a5382c8f6f5fd5d (diff)
fixed appveyor file
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d7e861e..9a058fa 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.0.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
+ - rust-1.2.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