summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-04-27 02:06:24 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-05-30 09:32:07 +0200
commitd5eb9185232c0ff015e44106701fcf26b00a18bd (patch)
treef270ef89eeff043188752487dbcfb5af3623c163 /.travis.yml
parenta3f771ca65be082331fa69e8e7fcb97d9b1b33fb (diff)
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 66a3540b..f76bda92 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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