From 1fdb90bc97fceee87cd42767ca89a82488ee9bca Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 26 Sep 2018 16:26:27 +0200 Subject: Update rust compiler versions --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4a95f83e..c9cbab48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,14 +16,14 @@ matrix: - bash ./scripts/branch-contains-no-tmp-commits - bash ./scripts/version-updated - language: rust - rust: 1.26.0 + rust: 1.27.2 cache: cargo: true script: - cargo build --all --all-features -j 1 || exit 1 - cargo test --all --all-features -j 1 || exit 1 - language: rust - rust: 1.27.2 + rust: 1.28.0 cache: cargo: true script: -- cgit v1.2.3