Skip to content

Commit ff3b6db

Browse files
authored
docs: Update minimal Rust version (#338)
In #318, the CI version was changed to Rust 1.58+ and installation of tokio-console 0.1.4 on Rust 1.56-1.57 fails on that version as noted in `ci.yaml` changes in commit 83d8a87.
1 parent 472ff52 commit ff3b6db

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

console-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "console-api"
33
version = "0.2.0"
44
license = "MIT"
55
edition = "2021"
6-
rust-version = "1.56.0"
6+
rust-version = "1.58.0"
77
authors = ["Eliza Weisman <[email protected]>", "Tokio Contributors <[email protected]>",]
88
readme = "README.md"
99
repository = "https://github.com/tokio-rs/console/"

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.56. The current Tokio console version is not guaranteed
99+
supported version is 1.58. 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/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "console-subscriber"
33
version = "0.1.4"
44
license = "MIT"
55
edition = "2021"
6-
rust-version = "1.56.0"
6+
rust-version = "1.58.0"
77
authors = ["Eliza Weisman <[email protected]>", "Tokio Contributors <[email protected]>",]
88
readme = "README.md"
99
repository = "https://github.com/tokio-rs/console/"

console-subscriber/README.md

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

237237
The Tokio console is built against the latest stable release. The minimum
238-
supported version is 1.56. The current Tokio console version is not guaranteed
238+
supported version is 1.58. The current Tokio console version is not guaranteed
239239
to build on Rust versions earlier than the minimum supported version.
240240

241241
## License

tokio-console/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.4"
44
license = "MIT"
55
repository = "https://github.com/tokio-rs/console"
66
edition = "2021"
7-
rust-version = "1.56.0"
7+
rust-version = "1.58.0"
88
authors = ["Eliza Weisman <[email protected]>", "Tokio Contributors <[email protected]>",]
99
readme = "README.md"
1010
homepage = "https://github.com/tokio-rs/console/tree/main/tokio-console"

tokio-console/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ console project.
167167
## Supported Rust Versions
168168

169169
The Tokio console is built against the latest stable release. The minimum
170-
supported version is 1.56. The current Tokio console version is not guaranteed
170+
supported version is 1.58. The current Tokio console version is not guaranteed
171171
to build on Rust versions earlier than the minimum supported version.
172172

173173
## License

0 commit comments

Comments
 (0)