Bump Tokio to v0.1.15. (#869)

Also bumps:

- tokio-sync (0.1.0)
- tokio-threadpool (0.1.11)
- tokio-timer (0.2.9)
This commit is contained in:
Carl Lerche
2019-01-25 10:20:09 -08:00
committed by GitHub
parent a4aae1459c
commit 11e2af66a8
15 changed files with 62 additions and 17 deletions
+5 -4
View File
@@ -1,16 +1,17 @@
[package]
name = "tokio"
# When releasing to crates.io:
# - Update html_root_url.
# - Update doc url
# - Cargo.toml
# - README.md
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create "v0.1.x" git tag.
version = "0.1.14"
version = "0.1.15"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/tokio/0.1.14/tokio/"
documentation = "https://docs.rs/tokio/0.1.15/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """