aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-04-29 21:18:03 -0700
committerSteven Fackler <[email protected]>2016-04-29 21:18:03 -0700
commit8a5d3ea01558d77243ebb5cec65eac25bea1cd18 (patch)
tree2bb6259854b067023e7d76a898d2421885416cd0 /appveyor.yml
parentMerge pull request #381 from chaaz/master (diff)
parentUpgrade to work with bitflags 0.5 and 0.6 (diff)
downloadrust-openssl-8a5d3ea01558d77243ebb5cec65eac25bea1cd18.tar.xz
rust-openssl-8a5d3ea01558d77243ebb5cec65eac25bea1cd18.zip
Merge pull request #385 from mbrubeck/bitflags-0.6
Upgrade to work with bitflags 0.5 and 0.6
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 fff3cff7..c6267c2c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,8 +10,8 @@ environment:
install:
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2g.exe"
- Win%BITS%OpenSSL-1_0_2g.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
- - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.5.0-${env:TARGET}.exe"
- - rust-1.5.0-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
+ - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.8.0-${env:TARGET}.exe"
+ - rust-1.8.0-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
- SET PATH=%PATH%;C:\MinGW\bin
- rustc -V