diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml index 3596c22b7d3..77069131a96 100644 --- a/tokio-macros/Cargo.toml +++ b/tokio-macros/Cargo.toml @@ -6,7 +6,7 @@ name = "tokio-macros" # - Create "tokio-macros-1.x.y" git tag. version = "2.1.0" edition = "2021" -rust-version = "1.56" +rust-version = "1.63" authors = ["Tokio Contributors "] license = "MIT" repository = "https://github.com/tokio-rs/tokio" diff --git a/tokio-stream/Cargo.toml b/tokio-stream/Cargo.toml index 6d37bfd09f8..b71119eda2e 100644 --- a/tokio-stream/Cargo.toml +++ b/tokio-stream/Cargo.toml @@ -6,7 +6,7 @@ name = "tokio-stream" # - Create "tokio-stream-0.1.x" git tag. version = "0.1.14" edition = "2021" -rust-version = "1.56" +rust-version = "1.63" authors = ["Tokio Contributors "] license = "MIT" repository = "https://github.com/tokio-rs/tokio" diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml index bc26179bdb7..29a35054679 100644 --- a/tokio-test/Cargo.toml +++ b/tokio-test/Cargo.toml @@ -6,7 +6,7 @@ name = "tokio-test" # - Create "tokio-test-0.4.x" git tag. version = "0.4.3" edition = "2021" -rust-version = "1.56" +rust-version = "1.63" authors = ["Tokio Contributors "] license = "MIT" repository = "https://github.com/tokio-rs/tokio" diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index 437dc5a8144..12c3c813656 100644 --- a/tokio-util/Cargo.toml +++ b/tokio-util/Cargo.toml @@ -6,7 +6,7 @@ name = "tokio-util" # - Create "tokio-util-0.7.x" git tag. version = "0.7.10" edition = "2021" -rust-version = "1.56" +rust-version = "1.63" authors = ["Tokio Contributors "] license = "MIT" repository = "https://github.com/tokio-rs/tokio"