Bump MSRV
This commit is contained in:
parent
1d6bf1979b
commit
32c161f81e
@ -1,7 +1,7 @@
|
|||||||
language: "rust"
|
language: "rust"
|
||||||
cache: "cargo"
|
cache: "cargo"
|
||||||
rust:
|
rust:
|
||||||
- 1.36.0
|
- 1.40.0
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
@ -13,7 +13,7 @@ jobs:
|
|||||||
before_script:
|
before_script:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- |
|
- |
|
||||||
if [ "$TRAVIS_RUST_VERSION" != "1.36.0" ]; then
|
if [ "$TRAVIS_RUST_VERSION" != "1.40.0" ]; then
|
||||||
rustup component add clippy
|
rustup component add clippy
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
@ -28,7 +28,7 @@ script:
|
|||||||
fi
|
fi
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
- |
|
- |
|
||||||
if [ "$TRAVIS_RUST_VERSION" != "1.36.0" ]; then
|
if [ "$TRAVIS_RUST_VERSION" != "1.40.0" ]; then
|
||||||
cargo clippy --all-targets --all-features -- -D warnings
|
cargo clippy --all-targets --all-features -- -D warnings
|
||||||
fi
|
fi
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user