Bump minimum version for test to 1.24.1
quickcheckv0.7.2 comes with lazy_static v1.2.0 which only support Rust 1.24.1. See https://github.com/rust-lang-nursery/lazy-static.rs/releases/tag/1.2.0
This commit is contained in:
parent
0705722551
commit
cbd5800485
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ matrix:
|
|||
- rust: nightly
|
||||
- rust: 1.17.0
|
||||
script: cargo build
|
||||
- rust: 1.22.1
|
||||
- rust: 1.24.1
|
||||
- rust: nightly
|
||||
env: CLIPPY
|
||||
script: |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
install:
|
||||
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.22.1-i686-pc-windows-gnu.exe'
|
||||
- rust-1.22.1-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
||||
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.24.1-i686-pc-windows-gnu.exe'
|
||||
- rust-1.24.1-i686-pc-windows-gnu.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
|
||||
|
|
Loading…
Reference in a new issue