summaryrefslogtreecommitdiffstats
path: root/tokio-executor/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-executor/Cargo.toml')
-rw-r--r--tokio-executor/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tokio-executor/Cargo.toml b/tokio-executor/Cargo.toml
index 56ac43e6..320df263 100644
--- a/tokio-executor/Cargo.toml
+++ b/tokio-executor/Cargo.toml
@@ -5,9 +5,11 @@ name = "tokio-executor"
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Update doc URL.
+# - Cargo.toml
+# - README.md
# - Create "v0.1.x" git tag.
-version = "0.1.5"
-documentation = "https://docs.rs/tokio-executor/0.1.5/tokio_executor"
+version = "0.1.6"
+documentation = "https://docs.rs/tokio-executor/0.1.6/tokio_executor"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://github.com/tokio-rs/tokio"
license = "MIT"