From 94a5a5117b85e723c28fafa1eadabf31057570c3 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Thu, 21 Sep 2023 15:10:41 -0700 Subject: [PATCH] docs: update MSRV version docs to 1.64 (#467) PR #464 increased the MSRV to Rust 1.64, including the CI MSRV job and the `rust-version` fields in `Cargo.toml`. However, it did not update the MSRV documentation in README.md files for the console crates. This commit updates the READMEs as well. It would be really cool if we could define the MSRV in a single place and have it control CI, the `Cargo.toml` `rust-version` field, *and* docs, but that's probably a bunch of extra work. So, for now, I've manually made sure everything is in sync. --- console-api/README.md | 2 +- console-subscriber/README.md | 2 +- tokio-console/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/console-api/README.md b/console-api/README.md index 74b7de647..6420c575b 100644 --- a/console-api/README.md +++ b/console-api/README.md @@ -96,7 +96,7 @@ console project. ## Supported Rust Versions The Tokio console is built against the latest stable release. The minimum -supported version is 1.58. The current Tokio console version is not guaranteed +supported version is 1.64. The current Tokio console version is not guaranteed to build on Rust versions earlier than the minimum supported version. ## License diff --git a/console-subscriber/README.md b/console-subscriber/README.md index 48e021ba1..12ac263cb 100644 --- a/console-subscriber/README.md +++ b/console-subscriber/README.md @@ -245,7 +245,7 @@ console project. ## Supported Rust Versions The Tokio console is built against the latest stable release. The minimum -supported version is 1.58. The current Tokio console version is not guaranteed +supported version is 1.64. The current Tokio console version is not guaranteed to build on Rust versions earlier than the minimum supported version. ## License diff --git a/tokio-console/README.md b/tokio-console/README.md index 12a7d466a..86cbd3945 100644 --- a/tokio-console/README.md +++ b/tokio-console/README.md @@ -236,7 +236,7 @@ console project. ## Supported Rust Versions The Tokio console is built against the latest stable release. The minimum -supported version is 1.58. The current Tokio console version is not guaranteed +supported version is 1.64. The current Tokio console version is not guaranteed to build on Rust versions earlier than the minimum supported version. ## License