summaryrefslogtreecommitdiffstats
path: root/tokio/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-04-01 13:54:11 -0700
committerGitHub <noreply@github.com>2020-04-01 13:54:11 -0700
commitf01136b5c0bbbe72fa674df4924cc53a872cffff (patch)
tree06866b04087fd908f8e768745da4ac3754f3107d /tokio/Cargo.toml
parentcaa7e180e43fdf914774de86f01f88e6b41f4a32 (diff)
chore: prepare tokio v0.2.14 release (#2356)
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 1b18e6ad..d3ec9f68 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.13"
+version = "0.2.14"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
readme = "README.md"
-documentation = "https://docs.rs/tokio/0.2.13/tokio/"
+documentation = "https://docs.rs/tokio/0.2.14/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """