From 069a7b6c597b613d496531d14465fc26e4e479ac Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 19 Jul 2021 11:41:12 -0700 Subject: [PATCH] chore: prepare Tokio 1.5.2 release The previous commit forgot to update the version in Cargo.toml --- tokio/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index 248d10d02..f89fcc4f6 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -7,12 +7,12 @@ name = "tokio" # - README.md # - Update CHANGELOG.md. # - Create "v1.0.x" git tag. -version = "1.5.1" +version = "1.5.2" edition = "2018" authors = ["Tokio Contributors "] license = "MIT" readme = "README.md" -documentation = "https://docs.rs/tokio/1.5.0/tokio/" +documentation = "https://docs.rs/tokio/1.5.2/tokio/" repository = "https://github.com/tokio-rs/tokio" homepage = "https://tokio.rs" description = """