Skip to content

Commit 4730984

Browse files
committed
readme: add 1.47 as LTS release (#7497)
(cherry picked from commit ad2e19f)
1 parent ce41896 commit 4730984

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ warrants a patch release with a fix for the bug, it will be backported and
216216
released as a new patch release for each LTS minor version. Our current LTS
217217
releases are:
218218

219-
* `1.38.x` - LTS release until July 2025. (MSRV 1.63)
220219
* `1.43.x` - LTS release until March 2026. (MSRV 1.70)
220+
* `1.47.x` - LTS release until September 2026. (MSRV 1.70)
221221

222222
Each LTS release will continue to receive backported fixes for at least a year.
223223
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
227227
example, to specify that you wish to use the newest `1.32.x` patch release, you
228228
can use the following dependency specification:
229229
```text
230-
tokio = { version = "~1.38", features = [...] }
230+
tokio = { version = "~1.43", features = [...] }
231231
```
232232

233233
### Previous LTS releases
@@ -239,6 +239,7 @@ tokio = { version = "~1.38", features = [...] }
239239
* `1.25.x` - LTS release until March 2024.
240240
* `1.32.x` - LTS release until September 2024.
241241
* `1.36.x` - LTS release until March 2025.
242+
* `1.38.x` - LTS release until July 2025.
242243

243244
## License
244245

tokio/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ warrants a patch release with a fix for the bug, it will be backported and
216216
released as a new patch release for each LTS minor version. Our current LTS
217217
releases are:
218218

219-
* `1.38.x` - LTS release until July 2025. (MSRV 1.63)
220219
* `1.43.x` - LTS release until March 2026. (MSRV 1.70)
220+
* `1.47.x` - LTS release until September 2026. (MSRV 1.70)
221221

222222
Each LTS release will continue to receive backported fixes for at least a year.
223223
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
227227
example, to specify that you wish to use the newest `1.32.x` patch release, you
228228
can use the following dependency specification:
229229
```text
230-
tokio = { version = "~1.38", features = [...] }
230+
tokio = { version = "~1.43", features = [...] }
231231
```
232232

233233
### Previous LTS releases
@@ -239,6 +239,7 @@ tokio = { version = "~1.38", features = [...] }
239239
* `1.25.x` - LTS release until March 2024.
240240
* `1.32.x` - LTS release until September 2024.
241241
* `1.36.x` - LTS release until March 2025.
242+
* `1.38.x` - LTS release until July 2025.
242243

243244
## License
244245

0 commit comments

Comments
 (0)