From 14e739c306ad6501b525b6809f66291eec923fd5 Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Tue, 9 Sep 2025 10:37:47 +0300 Subject: [PATCH] readme: fix the version used as an example how to use the latest minor of LTS (#7592) --- README.md | 2 +- tokio/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0609dd79..902b3c9cd 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ If you wish to use a fixed minor release in your project, we recommend that you use an LTS release. 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.32.x` patch release, you +example, to specify that you wish to use the newest `1.43.x` patch release, you can use the following dependency specification: ```text tokio = { version = "~1.43", features = [...] } diff --git a/tokio/README.md b/tokio/README.md index a0609dd79..902b3c9cd 100644 --- a/tokio/README.md +++ b/tokio/README.md @@ -224,7 +224,7 @@ If you wish to use a fixed minor release in your project, we recommend that you use an LTS release. 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.32.x` patch release, you +example, to specify that you wish to use the newest `1.43.x` patch release, you can use the following dependency specification: ```text tokio = { version = "~1.43", features = [...] }