summaryrefslogtreecommitdiffstats
path: root/tokio-test/src
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-28 15:04:42 -0700
committerGitHub <noreply@github.com>2019-08-28 15:04:42 -0700
commita59e096c4740204993ab2017dbb5098a35f93992 (patch)
treedac76e669c47c7c56983a60b3e4ff4ae5236b4e2 /tokio-test/src
parentfc1640891e1cb4a2bf1ab032452e0e3ef6daf22c (diff)
prepare v0.2.0-alpha.3 release (#1505)
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 92d1cfd2..4ac137c8 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.2")]
+#![doc(html_root_url = "https://docs.rs/tokio-test/0.2.0-alpha.3")]
#![warn(
missing_debug_implementations,
missing_docs,