Skip to content

Commit a7acbcc

Browse files
authored
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.
1 parent 882318a commit a7acbcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

console-api/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ console project.
9696
## Supported Rust Versions
9797

9898
The Tokio console is built against the latest stable release. The minimum
99-
supported version is 1.58. The current Tokio console version is not guaranteed
99+
supported version is 1.64. The current Tokio console version is not guaranteed
100100
to build on Rust versions earlier than the minimum supported version.
101101

102102
## License

console-subscriber/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ console project.
245245
## Supported Rust Versions
246246

247247
The Tokio console is built against the latest stable release. The minimum
248-
supported version is 1.58. The current Tokio console version is not guaranteed
248+
supported version is 1.64. The current Tokio console version is not guaranteed
249249
to build on Rust versions earlier than the minimum supported version.
250250

251251
## License

tokio-console/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ console project.
236236
## Supported Rust Versions
237237

238238
The Tokio console is built against the latest stable release. The minimum
239-
supported version is 1.58. The current Tokio console version is not guaranteed
239+
supported version is 1.64. The current Tokio console version is not guaranteed
240240
to build on Rust versions earlier than the minimum supported version.
241241

242242
## License

0 commit comments

Comments
 (0)