summaryrefslogtreecommitdiffstats
path: root/tokio-macros/src
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-09-19 13:39:35 -0700
committerGitHub <noreply@github.com>2019-09-19 13:39:35 -0700
commit80ba2a4ff60247f49537ee7d67baa0c22f6be16e (patch)
tree28bce4a874e49217b42f523a30a9de981b1b9061 /tokio-macros/src
parent8d09f61d3317fbb87288ad8bba19beed0cde8aab (diff)
Release 0.2.0 alpha.5 (#1576)
Diffstat (limited to 'tokio-macros/src')
-rw-r--r--tokio-macros/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-macros/src/lib.rs b/tokio-macros/src/lib.rs
index d92ea8d9..a4aede29 100644
--- a/tokio-macros/src/lib.rs
+++ b/tokio-macros/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/tokio-macros/0.2.0-alpha.4")]
+#![doc(html_root_url = "https://docs.rs/tokio-macros/0.2.0-alpha.5")]
#![warn(
missing_debug_implementations,
missing_docs,