File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,18 +202,18 @@ warrants a patch release with a fix for the bug, it will be backported and
202202released as a new patch release for each LTS minor version. Our current LTS
203203releases 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
208208Each LTS release will continue to receive backported fixes for at least half a
209209year. If you wish to use a fixed minor release in your project, we recommend
210210that you use an LTS release.
211211
212212To 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
214214can use the following dependency specification:
215215``` text
216- tokio = { version = "~1.14 ", features = [...] }
216+ tokio = { version = "~1.18 ", features = [...] }
217217```
218218
219219## License
Original file line number Diff line number Diff line change @@ -202,18 +202,18 @@ warrants a patch release with a fix for the bug, it will be backported and
202202released as a new patch release for each LTS minor version. Our current LTS
203203releases 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
208208Each LTS release will continue to receive backported fixes for at least half a
209209year. If you wish to use a fixed minor release in your project, we recommend
210210that you use an LTS release.
211211
212212To 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
214214can use the following dependency specification:
215215``` text
216- tokio = { version = "~1.14 ", features = [...] }
216+ tokio = { version = "~1.18 ", features = [...] }
217217```
218218
219219## License
You can’t perform that action at this time.
0 commit comments