Skip to content

Commit

Permalink
Bump MSRV to 1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Jan 6, 2021
1 parent 212e390 commit edad9ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
rust:
- 1.41.0
- 1.45.0
- stable
- beta
- nightly
Expand All @@ -20,8 +20,8 @@ script:
- cargo test --all-features
# Curl without reqwest (examples will not build)
- cargo test --tests --features curl --no-default-features
- cargo when --equals TRAVIS_RUST_VERSION=stable fmt --all -- --check
- cargo when --equals TRAVIS_RUST_VERSION=stable clippy --all --all-features -- --deny warnings
- cargo when --equals TRAVIS_RUST_VERSION=1.45.0 fmt --all -- --check
- cargo when --equals TRAVIS_RUST_VERSION=1.45.0 clippy --all --all-features -- --deny warnings
- cargo when --equals TRAVIS_RUST_VERSION=stable audit
notifications:
email:
Expand Down

0 comments on commit edad9ba

Please sign in to comment.