diff --git a/.travis.yml b/.travis.yml index 50f33316c..47f612511 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ cache: matrix: include: - - rust: 1.20.0 + - rust: 1.21.0 - rust: stable - rust: beta - rust: nightly @@ -17,7 +17,7 @@ matrix: - rust: beta #rust: -# - 1.20.0 +# - 1.21.0 # - stable # - beta # - nightly-2018-01-03 @@ -42,7 +42,7 @@ before_script: script: - | - if [[ "$TRAVIS_RUST_VERSION" == "1.20.0" ]]; then + if [[ "$TRAVIS_RUST_VERSION" == "1.21.0" ]]; then cargo clean USE_SKEPTIC=1 cargo test --features=alpn else @@ -71,7 +71,7 @@ script: # Upload docs after_success: - | - if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PULL_REQUEST" = "false" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_RUST_VERSION" == "1.20.0" ]]; then + if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PULL_REQUEST" = "false" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_RUST_VERSION" == "1.21.0" ]]; then cargo doc --features alpn --no-deps && echo "" > target/doc/index.html && cargo install mdbook && diff --git a/README.md b/README.md index 83fcc964f..997cbe893 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ fn main() { * [API Documentation (Releases)](https://docs.rs/actix-web/) * [Chat on gitter](https://gitter.im/actix/actix) * Cargo package: [actix-web](https://crates.io/crates/actix-web) -* Minimum supported Rust version: 1.20 or later +* Minimum supported Rust version: 1.21 or later ## Features