Update rust version
As a dependency apparently requires rust 1.26 as minimum version, we bump here. Rust 1.28 is out already, so no problems with that!
This commit is contained in:
parent
acdc1e84bc
commit
e960f7d465
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@ matrix:
|
||||||
- bash ./scripts/branch-contains-no-tmp-commits
|
- bash ./scripts/branch-contains-no-tmp-commits
|
||||||
- bash ./scripts/version-updated
|
- bash ./scripts/version-updated
|
||||||
- language: rust
|
- language: rust
|
||||||
rust: 1.25.0
|
rust: 1.26.0
|
||||||
cache:
|
cache:
|
||||||
cargo: true
|
cargo: true
|
||||||
script:
|
script:
|
||||||
- cargo build --all --all-features -j 1 || exit 1
|
- cargo build --all --all-features -j 1 || exit 1
|
||||||
- cargo test --all --all-features -j 1 || exit 1
|
- cargo test --all --all-features -j 1 || exit 1
|
||||||
- language: rust
|
- language: rust
|
||||||
rust: 1.26.0
|
rust: 1.27.2
|
||||||
cache:
|
cache:
|
||||||
cargo: true
|
cargo: true
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue