From d5eb9185232c0ff015e44106701fcf26b00a18bd Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 27 Apr 2019 02:06:24 +0200 Subject: 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 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3