summaryrefslogtreecommitdiffstats
path: root/tokio-fs/src
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2018-08-06 20:36:50 -0700
committerGitHub <noreply@github.com>2018-08-06 20:36:50 -0700
commite964c4136c91c535fb2dfee0a3327dc5a6599903 (patch)
treea4ef51d63ad36cad9635a5be3303561b18536888 /tokio-fs/src
parent0490280d662f000aff674593cc9a4f69a1cd1171 (diff)
Bump subcrate versions (#524)
* tokio-current-thread 0.1.1 * tokio-executor 0.1.3 * tokio-fs 0.1.3 * tokio-reactor 0.1.3 * tokio-tcp 0.1.1 * tokio-timer 0.2.5
Diffstat (limited to 'tokio-fs/src')
-rw-r--r--tokio-fs/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-fs/src/lib.rs b/tokio-fs/src/lib.rs
index 1b266de8..2beec8c0 100644
--- a/tokio-fs/src/lib.rs
+++ b/tokio-fs/src/lib.rs
@@ -26,7 +26,7 @@
//! [tokio-threadpool]: https://docs.rs/tokio-threadpool/0.1/tokio_threadpool
#![deny(missing_docs, missing_debug_implementations, warnings)]
-#![doc(html_root_url = "https://docs.rs/tokio-fs/0.1.2")]
+#![doc(html_root_url = "https://docs.rs/tokio-fs/0.1.3")]
#[macro_use]
extern crate futures;