File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ warrants a patch release with a fix for the bug, it will be backported and
216
216
released as a new patch release for each LTS minor version. Our current LTS
217
217
releases are:
218
218
219
- * ` 1.36.x ` - LTS release until March 2025. (MSRV 1.63)
220
219
* ` 1.38.x ` - LTS release until July 2025. (MSRV 1.63)
220
+ * ` 1.43.x ` - LTS release until March 2026. (MSRV 1.70)
221
221
222
222
Each LTS release will continue to receive backported fixes for at least a year.
223
223
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
227
227
example, to specify that you wish to use the newest ` 1.32.x ` patch release, you
228
228
can use the following dependency specification:
229
229
``` text
230
- tokio = { version = "~1.32 ", features = [...] }
230
+ tokio = { version = "~1.38 ", features = [...] }
231
231
```
232
232
233
233
### Previous LTS releases
@@ -238,6 +238,7 @@ tokio = { version = "~1.32", features = [...] }
238
238
* ` 1.20.x ` - LTS release until September 2023.
239
239
* ` 1.25.x ` - LTS release until March 2024.
240
240
* ` 1.32.x ` - LTS release until September 2024.
241
+ * ` 1.36.x ` - LTS release until March 2025.
241
242
242
243
## License
243
244
Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ warrants a patch release with a fix for the bug, it will be backported and
216
216
released as a new patch release for each LTS minor version. Our current LTS
217
217
releases are:
218
218
219
- * ` 1.36.x ` - LTS release until March 2025. (MSRV 1.63)
220
219
* ` 1.38.x ` - LTS release until July 2025. (MSRV 1.63)
220
+ * ` 1.43.x ` - LTS release until March 2026. (MSRV 1.70)
221
221
222
222
Each LTS release will continue to receive backported fixes for at least a year.
223
223
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
227
227
example, to specify that you wish to use the newest ` 1.32.x ` patch release, you
228
228
can use the following dependency specification:
229
229
``` text
230
- tokio = { version = "~1.32 ", features = [...] }
230
+ tokio = { version = "~1.38 ", features = [...] }
231
231
```
232
232
233
233
### Previous LTS releases
@@ -238,6 +238,7 @@ tokio = { version = "~1.32", features = [...] }
238
238
* ` 1.20.x ` - LTS release until September 2023.
239
239
* ` 1.25.x ` - LTS release until March 2024.
240
240
* ` 1.32.x ` - LTS release until September 2024.
241
+ * ` 1.36.x ` - LTS release until March 2025.
241
242
242
243
## License
243
244
You can’t perform that action at this time.
0 commit comments