]> git.feebdaed.xyz Git - 0xmirror/tokio.git/commitdiff
readme: add 1.47 as LTS release (#7497)
authorAlice Ryhl <aliceryhl@google.com>
Thu, 31 Jul 2025 14:45:10 +0000 (16:45 +0200)
committerAlice Ryhl <aliceryhl@google.com>
Fri, 1 Aug 2025 09:34:35 +0000 (11:34 +0200)
(cherry picked from commit ad2e19ffe193b7bce76eab9a51037089da4bc6dc)

README.md
tokio/README.md

index b28c4bac66f36575c9072bb3e93f858fc3ab76e5..32a2c4649694ff23ce7d3cc2c6f1b65f325ad8f7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -216,8 +216,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.38.x` - LTS release until July 2025. (MSRV 1.63)
  * `1.43.x` - LTS release until March 2026. (MSRV 1.70)
+ * `1.47.x` - LTS release until September 2026. (MSRV 1.70)
 
 Each LTS release will continue to receive backported fixes for at least a year.
 If you wish to use a fixed minor release in your project, we recommend that you
@@ -227,7 +227,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.32.x` patch release, you
 can use the following dependency specification:
 ```text
-tokio = { version = "~1.38", features = [...] }
+tokio = { version = "~1.43", features = [...] }
 ```
 
 ### Previous LTS releases
@@ -239,6 +239,7 @@ tokio = { version = "~1.38", features = [...] }
  * `1.25.x` - LTS release until March 2024.
  * `1.32.x` - LTS release until September 2024.
  * `1.36.x` - LTS release until March 2025.
+ * `1.38.x` - LTS release until July 2025.
 
 ## License
 
index b28c4bac66f36575c9072bb3e93f858fc3ab76e5..32a2c4649694ff23ce7d3cc2c6f1b65f325ad8f7 100644 (file)
@@ -216,8 +216,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.38.x` - LTS release until July 2025. (MSRV 1.63)
  * `1.43.x` - LTS release until March 2026. (MSRV 1.70)
+ * `1.47.x` - LTS release until September 2026. (MSRV 1.70)
 
 Each LTS release will continue to receive backported fixes for at least a year.
 If you wish to use a fixed minor release in your project, we recommend that you
@@ -227,7 +227,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.32.x` patch release, you
 can use the following dependency specification:
 ```text
-tokio = { version = "~1.38", features = [...] }
+tokio = { version = "~1.43", features = [...] }
 ```
 
 ### Previous LTS releases
@@ -239,6 +239,7 @@ tokio = { version = "~1.38", features = [...] }
  * `1.25.x` - LTS release until March 2024.
  * `1.32.x` - LTS release until September 2024.
  * `1.36.x` - LTS release until March 2025.
+ * `1.38.x` - LTS release until July 2025.
 
 ## License