Skip to content

Commit 40633fc

Browse files
authored
readme: list previous LTS releases (#5931)
1 parent 3dd5f7a commit 40633fc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ 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.18.x` - LTS release until June 2023. (MSRV 1.49)
220219
* `1.20.x` - LTS release until September 2023. (MSRV 1.49)
221220
* `1.25.x` - LTS release until March 2024. (MSRV 1.49)
222221

@@ -231,6 +230,12 @@ can use the following dependency specification:
231230
tokio = { version = "~1.18", features = [...] }
232231
```
233232

233+
### Previous LTS releases
234+
235+
* `1.8.x` - LTS release until February 2022.
236+
* `1.14.x` - LTS release until June 2022.
237+
* `1.18.x` - LTS release until June 2023.
238+
234239
## License
235240

236241
This project is licensed under the [MIT license].

tokio/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ 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.18.x` - LTS release until June 2023. (MSRV 1.49)
220219
* `1.20.x` - LTS release until September 2023. (MSRV 1.49)
221220
* `1.25.x` - LTS release until March 2024. (MSRV 1.49)
222221

@@ -231,6 +230,12 @@ can use the following dependency specification:
231230
tokio = { version = "~1.18", features = [...] }
232231
```
233232

233+
### Previous LTS releases
234+
235+
* `1.8.x` - LTS release until February 2022.
236+
* `1.14.x` - LTS release until June 2022.
237+
* `1.18.x` - LTS release until June 2023.
238+
234239
## License
235240

236241
This project is licensed under the [MIT license].

0 commit comments

Comments
 (0)