From 65fb0210d587254cb9a81b342decbffaf6e54c4a Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Wed, 24 Nov 2021 09:18:50 +0100 Subject: [PATCH] tokio: add 1.14.x to LTS releases (#4273) --- README.md | 1 + tokio/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 1bc185008..5e226ff71 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ 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. 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 diff --git a/tokio/README.md b/tokio/README.md index 1bc185008..5e226ff71 100644 --- a/tokio/README.md +++ b/tokio/README.md @@ -181,6 +181,7 @@ 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. 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