Bump min Rust version to 1.33.0

jpeg-decoder relies on matching all of 0x00..=0xff exhausts u8,
which requires 1.33.0.
pull/40/head
kennytm 2019-12-22 16:57:51 +08:00
parent 6001dc883d
commit 2504b8fefc
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C
1 changed files with 2 additions and 2 deletions

View File

@ -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