summaryrefslogtreecommitdiffstats
path: root/tokio-executor/src
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2018-03-08 20:15:51 -0800
committerGitHub <noreply@github.com>2018-03-08 20:15:51 -0800
commite18c23afa135bb47c1937cc663004505c68f169d (patch)
tree78b4bb03842931ec2672eb358919d42c6fd56f1c /tokio-executor/src
parentbb9de276aeb1ea55cd326912148bf7b2e24f1cda (diff)
Bump tokio to v0.1.2 (#201)
This also bumps tokio-io to v0.1.6 and prepares for the initial release of tokio-executor, tokio-reactor, and tokio-threadpool.
Diffstat (limited to 'tokio-executor/src')
-rw-r--r--tokio-executor/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-executor/src/lib.rs b/tokio-executor/src/lib.rs
index 14f8ea30..7aab4d86 100644
--- a/tokio-executor/src/lib.rs
+++ b/tokio-executor/src/lib.rs
@@ -31,7 +31,7 @@
//! [`Park`]: park/index.html
#![deny(missing_docs, missing_debug_implementations, warnings)]
-#![doc(html_root_url = "https://docs.rs/tokio-executor/0.1")]
+#![doc(html_root_url = "https://docs.rs/tokio-executor/0.1.0")]
extern crate futures;