summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-01-25 10:20:09 -0800
committerGitHub <noreply@github.com>2019-01-25 10:20:09 -0800
commit11e2af66a82c1cb710f9a07ae9450fcb25e67a1e (patch)
treeadc975cdfe6b5b66d1662e61c31a216fb47ae2c2 /Cargo.toml
parenta4aae1459c500a028a072152a809dc4091e66645 (diff)
Bump Tokio to v0.1.15. (#869)
Also bumps: - tokio-sync (0.1.0) - tokio-threadpool (0.1.11) - tokio-timer (0.2.9)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cc729ed7..9084fb46 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 <me@carllerche.com>"]
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 = """