From cd98ad230f9fa767a5fededc09d75419b907eb9d Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Thu, 1 Sep 2022 10:54:46 +0200 Subject: [PATCH 1/2] tokio: make 1.20.x an LTS release --- README.md | 4 ++-- tokio/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a195169e04c..e2870317bdf 100644 --- a/README.md +++ b/README.md @@ -202,8 +202,8 @@ warrants a patch release with a fix for the bug, it will be backported and released as a new patch release for each LTS minor version. Our current LTS releases are: - * `1.14.x` - LTS release until June 2022. * `1.18.x` - LTS release until January 2023 + * `1.20.x` - LTS release until April 2023. Each LTS release will continue to receive backported fixes for at least half a year. If you wish to use a fixed minor release in your project, we recommend @@ -213,7 +213,7 @@ To use a fixed minor version, you can specify the version with a tilde. For example, to specify that you wish to use the newest `1.14.x` patch release, you can use the following dependency specification: ```text -tokio = { version = "~1.14", features = [...] } +tokio = { version = "~1.18", features = [...] } ``` ## License diff --git a/tokio/README.md b/tokio/README.md index a195169e04c..e2870317bdf 100644 --- a/tokio/README.md +++ b/tokio/README.md @@ -202,8 +202,8 @@ warrants a patch release with a fix for the bug, it will be backported and released as a new patch release for each LTS minor version. Our current LTS releases are: - * `1.14.x` - LTS release until June 2022. * `1.18.x` - LTS release until January 2023 + * `1.20.x` - LTS release until April 2023. Each LTS release will continue to receive backported fixes for at least half a year. If you wish to use a fixed minor release in your project, we recommend @@ -213,7 +213,7 @@ To use a fixed minor version, you can specify the version with a tilde. For example, to specify that you wish to use the newest `1.14.x` patch release, you can use the following dependency specification: ```text -tokio = { version = "~1.14", features = [...] } +tokio = { version = "~1.18", features = [...] } ``` ## License From 6941175601455c88353bdb4ae76c55f3e9fc4c52 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Thu, 1 Sep 2022 16:53:17 +0200 Subject: [PATCH 2/2] Fix mention of 1.14.x --- README.md | 2 +- tokio/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2870317bdf..92e4779a65a 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ year. If you wish to use a fixed minor release in your project, we recommend that you use an LTS release. To use a fixed minor version, you can specify the version with a tilde. For -example, to specify that you wish to use the newest `1.14.x` patch release, you +example, to specify that you wish to use the newest `1.18.x` patch release, you can use the following dependency specification: ```text tokio = { version = "~1.18", features = [...] } diff --git a/tokio/README.md b/tokio/README.md index e2870317bdf..92e4779a65a 100644 --- a/tokio/README.md +++ b/tokio/README.md @@ -210,7 +210,7 @@ year. If you wish to use a fixed minor release in your project, we recommend that you use an LTS release. To use a fixed minor version, you can specify the version with a tilde. For -example, to specify that you wish to use the newest `1.14.x` patch release, you +example, to specify that you wish to use the newest `1.18.x` patch release, you can use the following dependency specification: ```text tokio = { version = "~1.18", features = [...] }