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
3f8a60627f
commit
f6cbf1bbd3
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ matrix:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
- rust: 1.17.0
|
- rust: 1.17.0
|
||||||
script: cargo build
|
script: cargo build
|
||||||
- rust: 1.22.1
|
- rust: 1.24.1
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
env: CLIPPY
|
env: CLIPPY
|
||||||
script: |
|
script: |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
install:
|
install:
|
||||||
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.22.1-i686-pc-windows-gnu.exe'
|
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.24.1-i686-pc-windows-gnu.exe'
|
||||||
- rust-1.22.1-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
- 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:\Program Files (x86)\Rust\bin
|
||||||
- SET PATH=%PATH%;C:\MinGW\bin
|
- SET PATH=%PATH%;C:\MinGW\bin
|
||||||
- rustc -V
|
- rustc -V
|
||||||
|
|
Loading…
Reference in a new issue