Bump Tokio to v0.1.17 (#983)

Also bumps:
- tokio-sync (v0.1.4)
This commit is contained in:
Carl Lerche
2019-03-13 11:19:22 -07:00
committed by GitHub
parent 1bc6d75543
commit 987ccfc8ac
8 changed files with 21 additions and 8 deletions
+2 -2
View File
@@ -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 <[email protected]>"]
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 = """