summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-03-01 21:04:43 -0800
committerGitHub <noreply@github.com>2019-03-01 21:04:43 -0800
commite28856cffe00aa3f0c30292a91e36adab422668c (patch)
tree0184bf4b17242423859b6e1cb12bb34221ee4710 /Cargo.toml
parent85e3bd34af606814cd19c9c241fe3ec64a7e07b3 (diff)
Bump Tokio to 0.1.16. (#941)
Also bumps: * tokio-current-thread (0.1.5) * tokio-fs (0.1.6) * tokio-io (0.1.12) * tokio-reactor (0.1.9) * tokio-threadpool (0.1.12)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 950f1cb9..0259b217 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,11 +7,11 @@ name = "tokio"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
-version = "0.1.15"
+version = "0.1.16"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
readme = "README.md"
-documentation = "https://docs.rs/tokio/0.1.15/tokio/"
+documentation = "https://docs.rs/tokio/0.1.16/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """