diff --git a/console-api/Cargo.toml b/console-api/Cargo.toml index 23a154baa..ea594dba7 100644 --- a/console-api/Cargo.toml +++ b/console-api/Cargo.toml @@ -3,7 +3,7 @@ name = "console-api" version = "0.2.0" license = "MIT" edition = "2021" -rust-version = "1.56.0" +rust-version = "1.58.0" authors = ["Eliza Weisman ", "Tokio Contributors ",] readme = "README.md" repository = "https://github.com/tokio-rs/console/" diff --git a/console-api/README.md b/console-api/README.md index 9e83956b5..bfc48fb17 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.56. The current Tokio console version is not guaranteed +supported version is 1.58. 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/Cargo.toml b/console-subscriber/Cargo.toml index 73bf8fb35..f25db1a63 100644 --- a/console-subscriber/Cargo.toml +++ b/console-subscriber/Cargo.toml @@ -3,7 +3,7 @@ name = "console-subscriber" version = "0.1.4" license = "MIT" edition = "2021" -rust-version = "1.56.0" +rust-version = "1.58.0" authors = ["Eliza Weisman ", "Tokio Contributors ",] readme = "README.md" repository = "https://github.com/tokio-rs/console/" diff --git a/console-subscriber/README.md b/console-subscriber/README.md index f67e06ed0..9d9e5224c 100644 --- a/console-subscriber/README.md +++ b/console-subscriber/README.md @@ -235,7 +235,7 @@ console project. ## Supported Rust Versions The Tokio console is built against the latest stable release. The minimum -supported version is 1.56. The current Tokio console version is not guaranteed +supported version is 1.58. 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/Cargo.toml b/tokio-console/Cargo.toml index 992e60865..36bc9b4f4 100644 --- a/tokio-console/Cargo.toml +++ b/tokio-console/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.4" license = "MIT" repository = "https://github.com/tokio-rs/console" edition = "2021" -rust-version = "1.56.0" +rust-version = "1.58.0" authors = ["Eliza Weisman ", "Tokio Contributors ",] readme = "README.md" homepage = "https://github.com/tokio-rs/console/tree/main/tokio-console" diff --git a/tokio-console/README.md b/tokio-console/README.md index 749792805..95276af9f 100644 --- a/tokio-console/README.md +++ b/tokio-console/README.md @@ -167,7 +167,7 @@ console project. ## Supported Rust Versions The Tokio console is built against the latest stable release. The minimum -supported version is 1.56. The current Tokio console version is not guaranteed +supported version is 1.58. The current Tokio console version is not guaranteed to build on Rust versions earlier than the minimum supported version. ## License