travis: Update rustc
Because we depend on try_into in these patches, we have to bump the rustc version to 1.34.0 minimum here. And because we do support the last three rust stable compilers, this has to wait. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
a3f771ca65
commit
d5eb918523
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ matrix:
|
|||
- bash ./scripts/branch-contains-no-tmp-commits
|
||||
- bash ./scripts/version-updated
|
||||
- language: rust
|
||||
rust: 1.33.0
|
||||
rust: 1.34.0
|
||||
cache:
|
||||
directories:
|
||||
- /home/travis/.cargo
|
||||
|
@ -26,7 +26,7 @@ matrix:
|
|||
- cargo build --all --all-features -j 1 || exit 1
|
||||
- cargo test --all --all-features -j 1 || exit 1
|
||||
- language: rust
|
||||
rust: 1.34.2
|
||||
rust: 1.35.0
|
||||
cache:
|
||||
directories:
|
||||
- /home/travis/.cargo
|
||||
|
|
Loading…
Reference in a new issue