diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da39918c0..8a244adc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: target: - { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu } version: - - 1.54.0 # MSRV + - 1.57 # MSRV - stable name: ${{ matrix.target.name }} / ${{ matrix.version }} @@ -85,7 +85,7 @@ jobs: - { name: macOS, os: macos-latest, triple: x86_64-apple-darwin } - { name: Windows, os: windows-latest, triple: x86_64-pc-windows-msvc } version: - - 1.54.0 # MSRV + - 1.57 # MSRV - stable name: ${{ matrix.target.name }} / ${{ matrix.version }} diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index 21a489d30..108c65de1 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -1,6 +1,7 @@ # Changes -## Unreleased - 2021-xx-xx +## Unreleased - 2022-xx-xx +- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. ## 0.6.1 - 2022-03-07 diff --git a/actix-cors/README.md b/actix-cors/README.md index 5d76387ad..dc6f4d112 100644 --- a/actix-cors/README.md +++ b/actix-cors/README.md @@ -11,4 +11,4 @@ - [API Documentation](https://docs.rs/actix-cors) - [Example Project](https://github.com/actix/examples/tree/master/cors) -- Minimum Supported Rust Version (MSRV): 1.54 +- Minimum Supported Rust Version (MSRV): 1.57 diff --git a/actix-identity/CHANGES.md b/actix-identity/CHANGES.md index c8dc4d731..5d57b5bac 100644 --- a/actix-identity/CHANGES.md +++ b/actix-identity/CHANGES.md @@ -1,6 +1,7 @@ # Changes -## Unreleased - 2021-xx-xx +## Unreleased - 2022-xx-xx +- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. ## 0.4.0 - 2022-03-01 diff --git a/actix-identity/README.md b/actix-identity/README.md index daa48bc9b..4dbbe5e85 100644 --- a/actix-identity/README.md +++ b/actix-identity/README.md @@ -10,4 +10,4 @@ ## Documentation & community resources * [API Documentation](https://docs.rs/actix-identity) -* Minimum Supported Rust Version (MSRV): 1.54 +* Minimum Supported Rust Version (MSRV): 1.57 diff --git a/actix-protobuf/CHANGES.md b/actix-protobuf/CHANGES.md index 41ba5357b..62df809be 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -1,6 +1,7 @@ # Changes -## Unreleased - 2021-xx-xx +## Unreleased - 2022-xx-xx +- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. ## 0.7.0 - 2022-03-01 diff --git a/actix-protobuf/README.md b/actix-protobuf/README.md index 6833f0927..950cc1279 100644 --- a/actix-protobuf/README.md +++ b/actix-protobuf/README.md @@ -11,7 +11,7 @@ - [API Documentation](https://docs.rs/actix-protobuf) - [Example Project](https://github.com/actix/examples/tree/master/protobuf) -- Minimum Supported Rust Version (MSRV): 1.54 +- Minimum Supported Rust Version (MSRV): 1.57 ## Example diff --git a/actix-redis/CHANGES.md b/actix-redis/CHANGES.md index d73adc1d2..84c5ed91f 100644 --- a/actix-redis/CHANGES.md +++ b/actix-redis/CHANGES.md @@ -1,6 +1,7 @@ # Changes -## Unreleased - 2021-xx-xx +## Unreleased - 2022-xx-xx +- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. ## 0.11.0 - 2022-03-15 diff --git a/actix-redis/README.md b/actix-redis/README.md index 26a90b551..cac27a013 100644 --- a/actix-redis/README.md +++ b/actix-redis/README.md @@ -11,4 +11,4 @@ - [API Documentation](https://docs.rs/actix-redis) - [Example Project](https://github.com/actix/examples/tree/master/auth/redis-session) -- Minimum Supported Rust Version (MSRV): 1.54 +- Minimum Supported Rust Version (MSRV): 1.57 diff --git a/actix-session/CHANGES.md b/actix-session/CHANGES.md index cc0c8b10c..93cbecc73 100644 --- a/actix-session/CHANGES.md +++ b/actix-session/CHANGES.md @@ -1,6 +1,7 @@ # Changes -## Unreleased - 2021-xx-xx +## Unreleased - 2022-xx-xx +- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. ## 0.6.2 - 2022-03-25 diff --git a/actix-session/README.md b/actix-session/README.md index 127d45819..dc771e6c2 100644 --- a/actix-session/README.md +++ b/actix-session/README.md @@ -12,4 +12,4 @@ - [API Documentation](https://docs.rs/actix-session) - [Example Projects](https://github.com/actix/examples/tree/master/auth/cookie-session) -- Minimum Supported Rust Version (MSRV): 1.54 +- Minimum Supported Rust Version (MSRV): 1.57 diff --git a/actix-web-httpauth/CHANGES.md b/actix-web-httpauth/CHANGES.md index e4c280f26..86a6b5c25 100644 --- a/actix-web-httpauth/CHANGES.md +++ b/actix-web-httpauth/CHANGES.md @@ -1,6 +1,7 @@ # Changes -## Unreleased - 2021-xx-xx +## Unreleased - 2022-xx-xx +- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. ## 0.6.0 - 2022-03-01 diff --git a/actix-web-httpauth/README.md b/actix-web-httpauth/README.md index 63c977e18..6b7f0b21d 100644 --- a/actix-web-httpauth/README.md +++ b/actix-web-httpauth/README.md @@ -10,7 +10,7 @@ ## Documentation & Resources - [API Documentation](https://docs.rs/actix-web-httpauth/) -- Minimum Supported Rust Version (MSRV): 1.54 +- Minimum Supported Rust Version (MSRV): 1.57 ## Features - Typed [Authorization] and [WWW-Authenticate] headers diff --git a/clippy.toml b/clippy.toml index 0f31b88d4..5cccb362c 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1 +1 @@ -msrv = "1.54.0" +msrv = "1.57"