From 6b9681dd6b7f8e03abcedbeb62192b6eec0e3c5e Mon Sep 17 00:00:00 2001 From: kennytm Date: Sun, 22 Dec 2019 16:57:51 +0800 Subject: [PATCH] Bump min Rust version to 1.33.0 jpeg-decoder relies on matching all of 0x00..=0xff exhausts u8, which requires 1.33.0. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce1fb69..9df53f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ addons: matrix: include: - os: linux - rust: 1.31.1 + rust: 1.33.0 - os: linux rust: stable - os: osx @@ -37,7 +37,7 @@ script: after_success: - > - if [ "$TRAVIS_OS_NAME" = 'linux' ]; then + if [ "$TRAVIS_OS_NAME" = 'linux' ]; then cargo install cargo-kcov && ( cargo kcov --print-install-kcov-sh | bash ) && cargo kcov --coveralls