From f7e12be63d62786d24d46d9c412923b2a10d0587 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 1 Apr 2023 19:11:23 +0100 Subject: [PATCH] update msrv to 1.60 --- actix-codec/CHANGES.md | 2 +- actix-macros/CHANGES.md | 2 +- actix-macros/tests/trybuild.rs | 2 +- actix-rt/CHANGES.md | 2 ++ actix-server/CHANGES.md | 2 ++ actix-service/CHANGES.md | 2 +- actix-tls/CHANGES.md | 2 +- actix-tracing/CHANGES.md | 2 +- actix-utils/CHANGES.md | 2 +- clippy.toml | 1 - local-channel/CHANGES.md | 2 +- local-waker/CHANGES.md | 2 +- 12 files changed, 13 insertions(+), 10 deletions(-) delete mode 100644 clippy.toml diff --git a/actix-codec/CHANGES.md b/actix-codec/CHANGES.md index cbbcb578..ebb867cf 100644 --- a/actix-codec/CHANGES.md +++ b/actix-codec/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2023-xx-xx -- Minimum supported Rust version (MSRV) is now 1.59. +- Minimum supported Rust version (MSRV) is now 1.60. ## 0.5.1 - 2022-03-15 diff --git a/actix-macros/CHANGES.md b/actix-macros/CHANGES.md index 79ff37c9..20efed15 100644 --- a/actix-macros/CHANGES.md +++ b/actix-macros/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2023-xx-xx -- Minimum supported Rust version (MSRV) is now 1.59. +- Minimum supported Rust version (MSRV) is now 1.60. ## 0.2.3 - 2021-10-19 diff --git a/actix-macros/tests/trybuild.rs b/actix-macros/tests/trybuild.rs index 666769df..51d152a4 100644 --- a/actix-macros/tests/trybuild.rs +++ b/actix-macros/tests/trybuild.rs @@ -1,4 +1,4 @@ -#[rustversion::stable(1.59)] // MSRV +#[rustversion::stable(1.60)] // MSRV #[test] fn compile_macros() { let t = trybuild::TestCases::new(); diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index 75aeea92..36e132c6 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased - 2023-xx-xx +- Minimum supported Rust version (MSRV) is now 1.59. + ## 2.8.0 - 2022-12-21 - Add `#[track_caller]` attribute to `spawn` functions and methods. [#454] diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index a60c0d42..1147dcbd 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased - 2023-xx-xx +- Minimum supported Rust version (MSRV) is now 1.60. + ## 2.2.0 - 2022-12-21 - Minimum supported Rust version (MSRV) is now 1.59. diff --git a/actix-service/CHANGES.md b/actix-service/CHANGES.md index a5822915..0640c1cd 100644 --- a/actix-service/CHANGES.md +++ b/actix-service/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2023-xx-xx -- Minimum supported Rust version (MSRV) is now 1.59. +- Minimum supported Rust version (MSRV) is now 1.60. ## 2.0.2 - 2021-12-18 diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index ff023ce4..f4f248b2 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2023-xx-xx -- Minimum supported Rust version (MSRV) is now 1.59. +- Minimum supported Rust version (MSRV) is now 1.60. ## 3.0.4 - 2022-03-15 diff --git a/actix-tracing/CHANGES.md b/actix-tracing/CHANGES.md index 73f87101..f672659a 100644 --- a/actix-tracing/CHANGES.md +++ b/actix-tracing/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2023-xx-xx -- Minimum supported Rust version (MSRV) is now 1.59. +- Minimum supported Rust version (MSRV) is now 1.60. ## 0.1.0 - 2020-01-15 diff --git a/actix-utils/CHANGES.md b/actix-utils/CHANGES.md index f00d29b8..af6434ab 100644 --- a/actix-utils/CHANGES.md +++ b/actix-utils/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2023-xx-xx -- Minimum supported Rust version (MSRV) is now 1.59. +- Minimum supported Rust version (MSRV) is now 1.60. ## 3.0.1 - 2022-10-21 diff --git a/clippy.toml b/clippy.toml deleted file mode 100644 index abe19b3a..00000000 --- a/clippy.toml +++ /dev/null @@ -1 +0,0 @@ -msrv = "1.59" diff --git a/local-channel/CHANGES.md b/local-channel/CHANGES.md index 90e14e95..b1bad2f5 100644 --- a/local-channel/CHANGES.md +++ b/local-channel/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2023-xx-xx -- Minimum supported Rust version (MSRV) is now 1.59. +- Minimum supported Rust version (MSRV) is now 1.60. ## 0.1.3 - 2022-05-03 diff --git a/local-waker/CHANGES.md b/local-waker/CHANGES.md index e7294eb3..68f4348b 100644 --- a/local-waker/CHANGES.md +++ b/local-waker/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2023-xx-xx -- Minimum supported Rust version (MSRV) is now 1.59. +- Minimum supported Rust version (MSRV) is now 1.60. ## 0.1.3 - 2022-05-03