summaryrefslogtreecommitdiffstats
path: root/tokio/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-05-13 11:45:02 -0700
committerGitHub <noreply@github.com>2020-05-13 11:45:02 -0700
commit02661ba30aed5d02e142212a323103d1bf84557b (patch)
tree14749b25bf6da4203a05d519e41f504e28e23eaa /tokio/Cargo.toml
parentfb7dfcf4322b5e60604815aea91266b88f0b7823 (diff)
chore: prepare v0.2.21 release (#2530)
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 2baa72f5..e596375d 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.20"
+version = "0.2.21"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
readme = "README.md"
-documentation = "https://docs.rs/tokio/0.2.20/tokio/"
+documentation = "https://docs.rs/tokio/0.2.21/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """