From ee4ccdbdd800ce50d4e540147c2cbfb6db5c8eae Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Fri, 3 Nov 2023 10:53:21 +0100 Subject: [PATCH] chore: update rust-version to 1.63 in utility crates --- tokio-macros/Cargo.toml | 2 +- tokio-stream/Cargo.toml | 2 +- tokio-test/Cargo.toml | 2 +- tokio-util/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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"