From 4941fbf7c43566a8f491c64af5a4cd627c99e5a6 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Thu, 2 Jun 2022 12:57:05 +0200 Subject: [PATCH] tokio: add 1.18.x as LTS release (#4733) --- README.md | 6 +++--- tokio/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d2e8224f1a8..6cc40afd127 100644 --- a/README.md +++ b/README.md @@ -192,18 +192,18 @@ 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.8.x` - LTS release until February 2022. * `1.14.x` - LTS release until June 2022. + * `1.18.x` - LTS release until January 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 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.8.x` patch release, you +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.8", features = [...] } +tokio = { version = "~1.14", features = [...] } ``` ## License diff --git a/tokio/README.md b/tokio/README.md index d2e8224f1a8..6cc40afd127 100644 --- a/tokio/README.md +++ b/tokio/README.md @@ -192,18 +192,18 @@ 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.8.x` - LTS release until February 2022. * `1.14.x` - LTS release until June 2022. + * `1.18.x` - LTS release until January 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 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.8.x` patch release, you +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.8", features = [...] } +tokio = { version = "~1.14", features = [...] } ``` ## License