summaryrefslogtreecommitdiffstats
path: root/tokio/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-04-28 16:32:09 -0700
committerGitHub <noreply@github.com>2020-04-28 16:32:09 -0700
commit0f4287ac2bc8950088d20e4a94614b608891bfb5 (patch)
treedf541ec87102831c14c0cdca54468b2a4b9d11e3 /tokio/Cargo.toml
parent1bf1928088e5cc545eee447b38da7a785099059f (diff)
chore: prepare v0.2.20 release. (#2458)
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 ead8275e..063d208e 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.19"
+version = "0.2.20"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
readme = "README.md"
-documentation = "https://docs.rs/tokio/0.2.19/tokio/"
+documentation = "https://docs.rs/tokio/0.2.20/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """