summaryrefslogtreecommitdiffstats
path: root/tokio/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-04-24 15:13:55 -0700
committerGitHub <noreply@github.com>2020-04-24 15:13:55 -0700
commitce9eabfdd12a14efb74f5e6d507f2acbe7a814c9 (patch)
treee2964c7bb8030110718a8bdbdaca73bd24187e03 /tokio/Cargo.toml
parent894eb8b83fa8edbee2b67e1a6a8e7a1c3d74c096 (diff)
chore: prepare v0.2.19 release (#2441)
Diffstat (limited to 'tokio/Cargo.toml')
-rw-r--r--tokio/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml
index 91a16ad5..ead8275e 100644
--- a/tokio/Cargo.toml
+++ b/tokio/Cargo.toml
@@ -8,12 +8,12 @@ name = "tokio"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.2.x" git tag.
-version = "0.2.18"
+version = "0.2.19"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
readme = "README.md"
-documentation = "https://docs.rs/tokio/0.2.18/tokio/"
+documentation = "https://docs.rs/tokio/0.2.19/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """