Skip to content

Commit f207e1a

Browse files
authored
tokio: make 1.20.x an LTS release (#4962)
1 parent d3cae06 commit f207e1a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,18 +202,18 @@ warrants a patch release with a fix for the bug, it will be backported and
202202
released as a new patch release for each LTS minor version. Our current LTS
203203
releases are:
204204

205-
* `1.14.x` - LTS release until June 2022.
206205
* `1.18.x` - LTS release until January 2023
206+
* `1.20.x` - LTS release until April 2023.
207207

208208
Each LTS release will continue to receive backported fixes for at least half a
209209
year. If you wish to use a fixed minor release in your project, we recommend
210210
that you use an LTS release.
211211

212212
To use a fixed minor version, you can specify the version with a tilde. For
213-
example, to specify that you wish to use the newest `1.14.x` patch release, you
213+
example, to specify that you wish to use the newest `1.18.x` patch release, you
214214
can use the following dependency specification:
215215
```text
216-
tokio = { version = "~1.14", features = [...] }
216+
tokio = { version = "~1.18", features = [...] }
217217
```
218218

219219
## License

tokio/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,18 +202,18 @@ warrants a patch release with a fix for the bug, it will be backported and
202202
released as a new patch release for each LTS minor version. Our current LTS
203203
releases are:
204204

205-
* `1.14.x` - LTS release until June 2022.
206205
* `1.18.x` - LTS release until January 2023
206+
* `1.20.x` - LTS release until April 2023.
207207

208208
Each LTS release will continue to receive backported fixes for at least half a
209209
year. If you wish to use a fixed minor release in your project, we recommend
210210
that you use an LTS release.
211211

212212
To use a fixed minor version, you can specify the version with a tilde. For
213-
example, to specify that you wish to use the newest `1.14.x` patch release, you
213+
example, to specify that you wish to use the newest `1.18.x` patch release, you
214214
can use the following dependency specification:
215215
```text
216-
tokio = { version = "~1.14", features = [...] }
216+
tokio = { version = "~1.18", features = [...] }
217217
```
218218

219219
## License

0 commit comments

Comments
 (0)