summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickelc <constantin.nickel@gmail.com>2020-10-26 09:46:15 +0100
committerGitHub <noreply@github.com>2020-10-26 09:46:15 +0100
commite31bd321efce4de21a48fa40278bd7e11f5d4c6c (patch)
tree6e3c98667d3b06c408fc4ebd1ca3f7fb22f872fe
parentc30ce1f65c5befb2a4b48eb4c16b7da3c0eafbd1 (diff)
readme: update the MSRV to 1.45 (#3048)
-rw-r--r--README.md2
-rw-r--r--tokio/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index da9078c5..b5305991 100644
--- a/README.md
+++ b/README.md
@@ -157,7 +157,7 @@ several other libraries, including:
## Supported Rust Versions
-Tokio is built against the latest stable release. The minimum supported version is 1.39.
+Tokio is built against the latest stable release. The minimum supported version is 1.45.
The current Tokio version is not guaranteed to build on Rust versions earlier than the
minimum supported version.
diff --git a/tokio/README.md b/tokio/README.md
index da9078c5..b5305991 100644
--- a/tokio/README.md
+++ b/tokio/README.md
@@ -157,7 +157,7 @@ several other libraries, including:
## Supported Rust Versions
-Tokio is built against the latest stable release. The minimum supported version is 1.39.
+Tokio is built against the latest stable release. The minimum supported version is 1.45.
The current Tokio version is not guaranteed to build on Rust versions earlier than the
minimum supported version.