summaryrefslogtreecommitdiffstats
path: root/tokio-test/src
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2019-09-30 18:35:52 -0400
committerLucio Franco <luciofranco14@gmail.com>2019-09-30 18:35:52 -0400
commit5efe31f2ed3c797e8055306a05faa3d7e786e7b6 (patch)
treec7aaabac5bd77f9be28ad60a3441f56122a16673 /tokio-test/src
parent5ce5a0a0e0fa529a571796d62854a19282848e72 (diff)
Prepare for release of 0.2.0-alpha.6 (#1617)
Note that `tokio-timer` and `tokio-tls` become 0.3.0-alpha.6 (not 0.2.0)
Diffstat (limited to 'tokio-test/src')
-rw-r--r--tokio-test/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-test/src/lib.rs b/tokio-test/src/lib.rs
index 9f97fa30..58499bbb 100644
--- a/tokio-test/src/lib.rs
+++ b/tokio-test/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/tokio-test/0.2.0-alpha.5")]
+#![doc(html_root_url = "https://docs.rs/tokio-test/0.2.0-alpha.6")]
#![warn(
missing_debug_implementations,
missing_docs,