diff --git a/.travis.yml b/.travis.yml index 931f433..81f98c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: rust rust: - 1.34.0 # minimum supported toolchain - - 1.38.0 # pinned toolchain for clippy + - 1.42.0 # pinned toolchain for clippy - stable - beta - nightly @@ -13,7 +13,7 @@ matrix: env: global: - - CLIPPY_RUST_VERSION=1.38.0 + - CLIPPY_RUST_VERSION=1.42.0 before_script: - bash -c 'if [[ "$TRAVIS_RUST_VERSION" == "$CLIPPY_RUST_VERSION" ]]; then