Skip to content

Commit

Permalink
bump msrv to 1.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Oct 19, 2021
1 parent d0f2075 commit 627fe96
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
target:
- { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu }
version:
- 1.51.0 # MSRV
- 1.52.1 # MSRV
- stable
- nightly

Expand Down Expand Up @@ -108,7 +108,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.51.0 # MSRV
- 1.52.1 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion actix-cors/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased - 2021-xx-xx
* Make `Cors` middleware generic over body type [#195]
* Minimum supported Rust version (MSRV) is now 1.51.
* Minimum supported Rust version (MSRV) is now 1.52.

[#195]: https://github.com/actix/actix-extras/pull/195

Expand Down
2 changes: 1 addition & 1 deletion actix-cors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

- [API Documentation](https://docs.rs/actix-cors)
- [Example Project](https://github.com/actix/examples/tree/master/security/web-cors)
- Minimum Supported Rust Version (MSRV): 1.51
- Minimum Supported Rust Version (MSRV): 1.52
2 changes: 1 addition & 1 deletion actix-identity/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes

## Unreleased - 2020-xx-xx
* Minimum supported Rust version (MSRV) is now 1.51.
* Minimum supported Rust version (MSRV) is now 1.52.


## 0.4.0-beta.2 - 2020-06-27
Expand Down
2 changes: 1 addition & 1 deletion actix-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## Documentation & community resources

* [API Documentation](https://docs.rs/actix-identity)
* Minimum Supported Rust Version (MSRV): 1.51
* Minimum Supported Rust Version (MSRV): 1.52
2 changes: 1 addition & 1 deletion actix-protobuf/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes

## Unreleased - 2020-xx-xx
* Minimum supported Rust version (MSRV) is now 1.51.
* Minimum supported Rust version (MSRV) is now 1.52.
* Bump `prost` version to 0.8. [#197]

[#197]: https://github.com/actix/actix-extras/pull/197
Expand Down
2 changes: 1 addition & 1 deletion actix-protobuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- [API Documentation](https://docs.rs/actix-protobuf)
- [Example Project](https://github.com/actix/examples/tree/master/other/protobuf)
- Minimum Supported Rust Version (MSRV): 1.51
- Minimum Supported Rust Version (MSRV): 1.52

## Example

Expand Down
2 changes: 1 addition & 1 deletion actix-redis/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes

## Unreleased - 2020-xx-xx
* Minimum supported Rust version (MSRV) is now 1.51.
* Minimum supported Rust version (MSRV) is now 1.52.


## 0.10.0-beta.2 - 2020-06-27
Expand Down
2 changes: 1 addition & 1 deletion actix-redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- [API Documentation](https://docs.rs/actix-redis)
- [Example Project](https://github.com/actix/examples/tree/HEAD/session/redis-session)
- Minimum Supported Rust Version (MSRV): 1.51
- Minimum Supported Rust Version (MSRV): 1.52

## Redis Session Backend

Expand Down
2 changes: 1 addition & 1 deletion actix-session/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes

## Unreleased - 2020-xx-xx
* Minimum supported Rust version (MSRV) is now 1.51.
* Minimum supported Rust version (MSRV) is now 1.52.
* Impl `Clone` for `CookieSession`. [#201]

[#201]: https://github.com/actix/actix-extras/pull/201
Expand Down
2 changes: 1 addition & 1 deletion actix-session/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

- [API Documentation](https://docs.rs/actix-session)
- [Example Projects](https://github.com/actix/examples/tree/HEAD/session)
- Minimum Supported Rust Version (MSRV): 1.51
- Minimum Supported Rust Version (MSRV): 1.52
2 changes: 1 addition & 1 deletion actix-web-httpauth/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes

## Unreleased - 2020-xx-xx
* Minimum supported Rust version (MSRV) is now 1.51.
* Minimum supported Rust version (MSRV) is now 1.52.


## 0.6.0-beta.2 - 2020-06-27
Expand Down
2 changes: 1 addition & 1 deletion actix-web-httpauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Documentation & Resources

- [API Documentation](*https://docs.rs/actix-web-httpauth/)
- Minimum Supported Rust Version (MSRV): 1.51
- Minimum Supported Rust Version (MSRV): 1.52

## Features
- Typed [Authorization] and [WWW-Authenticate] headers
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.51"
msrv = "1.52.1"

0 comments on commit 627fe96

Please sign in to comment.