tokio: mark 1.43 as LTS (#7189)

This commit is contained in:
Alice Ryhl 2025-03-03 09:54:26 +01:00 committed by GitHub
parent 47d46455bd
commit 8e741c1c0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View 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 released as a new patch release for each LTS minor version. Our current LTS
releases are: releases are:
* `1.36.x` - LTS release until March 2025. (MSRV 1.63)
* `1.38.x` - LTS release until July 2025. (MSRV 1.63) * `1.38.x` - LTS release until July 2025. (MSRV 1.63)
* `1.43.x` - LTS release until March 2026. (MSRV 1.70)
Each LTS release will continue to receive backported fixes for at least a year. 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 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 example, to specify that you wish to use the newest `1.32.x` patch release, you
can use the following dependency specification: can use the following dependency specification:
```text ```text
tokio = { version = "~1.32", features = [...] } tokio = { version = "~1.38", features = [...] }
``` ```
### Previous LTS releases ### Previous LTS releases
@ -238,6 +238,7 @@ tokio = { version = "~1.32", features = [...] }
* `1.20.x` - LTS release until September 2023. * `1.20.x` - LTS release until September 2023.
* `1.25.x` - LTS release until March 2024. * `1.25.x` - LTS release until March 2024.
* `1.32.x` - LTS release until September 2024. * `1.32.x` - LTS release until September 2024.
* `1.36.x` - LTS release until March 2025.
## License ## License

View 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 released as a new patch release for each LTS minor version. Our current LTS
releases are: releases are:
* `1.36.x` - LTS release until March 2025. (MSRV 1.63)
* `1.38.x` - LTS release until July 2025. (MSRV 1.63) * `1.38.x` - LTS release until July 2025. (MSRV 1.63)
* `1.43.x` - LTS release until March 2026. (MSRV 1.70)
Each LTS release will continue to receive backported fixes for at least a year. 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 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 example, to specify that you wish to use the newest `1.32.x` patch release, you
can use the following dependency specification: can use the following dependency specification:
```text ```text
tokio = { version = "~1.32", features = [...] } tokio = { version = "~1.38", features = [...] }
``` ```
### Previous LTS releases ### Previous LTS releases
@ -238,6 +238,7 @@ tokio = { version = "~1.32", features = [...] }
* `1.20.x` - LTS release until September 2023. * `1.20.x` - LTS release until September 2023.
* `1.25.x` - LTS release until March 2024. * `1.25.x` - LTS release until March 2024.
* `1.32.x` - LTS release until September 2024. * `1.32.x` - LTS release until September 2024.
* `1.36.x` - LTS release until March 2025.
## License ## License