Skip to content

Commit

Permalink
tokio: make 1.20.x an LTS release
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Sep 1, 2022
1 parent 01ebb0a commit cd98ad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -202,8 +202,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
releases are:

* `1.14.x` - LTS release until June 2022.
* `1.18.x` - LTS release until January 2023
* `1.20.x` - LTS release until April 2023.

Each LTS release will continue to receive backported fixes for at least half a
year. If you wish to use a fixed minor release in your project, we recommend
Expand All @@ -213,7 +213,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.14.x` patch release, you
can use the following dependency specification:
```text
tokio = { version = "~1.14", features = [...] }
tokio = { version = "~1.18", features = [...] }
```

## License
Expand Down
4 changes: 2 additions & 2 deletions tokio/README.md
Expand Up @@ -202,8 +202,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
releases are:

* `1.14.x` - LTS release until June 2022.
* `1.18.x` - LTS release until January 2023
* `1.20.x` - LTS release until April 2023.

Each LTS release will continue to receive backported fixes for at least half a
year. If you wish to use a fixed minor release in your project, we recommend
Expand All @@ -213,7 +213,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.14.x` patch release, you
can use the following dependency specification:
```text
tokio = { version = "~1.14", features = [...] }
tokio = { version = "~1.18", features = [...] }
```

## License
Expand Down

0 comments on commit cd98ad2

Please sign in to comment.