summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-08-12 14:07:39 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-08-12 14:07:39 +0200
commit6809f3bd7f4fb576d32c37c74a5382c8f6f5fd5d (patch)
tree98fa8947664ae4972fc0bdb7ff132720b5e03d22 /appveyor.yml
parentde7d3c9f815f76843f008d8607ba50e410aee68c (diff)
Updated appveyor job to test against rust 1.2.0
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 46f7550..d7e861e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,5 +1,5 @@
install:
- - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.0.0-x86_64-pc-windows-gnu.exe'
+ - 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"
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
- rustc -V