summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-01-12 09:54:28 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-01-12 09:54:28 +0100
commit58ba68c372dcaf89c71e5fa797089fc245104aaa (patch)
tree2444e8ad9d3f3ed4b16901b3c5943d8a3cdbfbab /appveyor.yml
parentae294862b55271d19239e9e32c2870193f9301d3 (diff)
Updated rust to 1.5.0 in appveyor.yml
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 6df7e6e..a825de6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,5 +1,5 @@
install:
- - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.4.0-x86_64-pc-windows-gnu.exe'
+ - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.5.0-x86_64-pc-windows-gnu.exe'
- rust-1.5.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