summaryrefslogtreecommitdiffstats
path: root/tokio-executor/src
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-01-06 23:25:55 -0800
committerGitHub <noreply@github.com>2019-01-06 23:25:55 -0800
commit961aae41c4074ee3ccab09648e870cfa8592724c (patch)
treeab9d48ad2e52da3371b4e35c0fe512858b4d7200 /tokio-executor/src
parent74c73b218e184109e37f2553238f33a49c11a450 (diff)
Bump version to 0.1.14. (#836)
Also bumps: * tokio-async-await (0.1.5) * tokio-executor (0.1.6) * tokio-fs (0.1.5) * tokio-io (0.1.11) * tokio-reactor (0.1.8) * tokio-tcp (0.1.3) * tokio-threadpool (0.1.10) * tokio-tls (0.2.1) * tokio-uds (0.2.5) ...and updates LICENSE files to 2019.
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 c1925ba8..c9a0217c 100644
--- a/tokio-executor/src/lib.rs
+++ b/tokio-executor/src/lib.rs
@@ -1,5 +1,5 @@
#![deny(missing_docs, missing_debug_implementations, warnings)]
-#![doc(html_root_url = "https://docs.rs/tokio-executor/0.1.5")]
+#![doc(html_root_url = "https://docs.rs/tokio-executor/0.1.6")]
//! Task execution related traits and utilities.
//!