chore: prepare Tokio 1.5.2 release

The previous commit forgot to update the version in Cargo.toml
This commit is contained in:
Carl Lerche
2021-07-19 12:17:56 -07:00
parent 9883f33048
commit 069a7b6c59
+2 -2
View File
@@ -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 <[email protected]>"]
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 = """