summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-threadpool/src/lib.rs')
-rw-r--r--tokio-threadpool/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-threadpool/src/lib.rs b/tokio-threadpool/src/lib.rs
index 8f6f82d1..f1a065ba 100644
--- a/tokio-threadpool/src/lib.rs
+++ b/tokio-threadpool/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/tokio-threadpool/0.1.9")]
+#![doc(html_root_url = "https://docs.rs/tokio-threadpool/0.1.10")]
#![deny(warnings, missing_docs, missing_debug_implementations)]
//! A work-stealing based thread pool for executing futures.