summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-03-13 11:19:22 -0700
committerGitHub <noreply@github.com>2019-03-13 11:19:22 -0700
commit987ccfc8aca443c1a22fae151a18a6daa414dc5e (patch)
treebb6d33e61e6eb1d917754f5a8d2b3bdcec18f920 /Cargo.toml
parent1bc6d75543a08cb690f51c0a2ece06f29af65b80 (diff)
Bump Tokio to v0.1.17 (#983)
Also bumps: - tokio-sync (v0.1.4)
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 9ac5ecb2..87132b2e 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.16"
+version = "0.1.17"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
readme = "README.md"
-documentation = "https://docs.rs/tokio/0.1.16/tokio/"
+documentation = "https://docs.rs/tokio/0.1.17/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """