summaryrefslogtreecommitdiffstats
path: root/tokio-macros/src
diff options
context:
space:
mode:
authorSean McArthur <sean@seanmonstar.com>2019-08-29 12:59:10 -0700
committerCarl Lerche <me@carllerche.com>2019-08-29 12:59:10 -0700
commit15dc0563b73d9da3eabdbac89e55b9cfcef691e4 (patch)
treeda6ba4f427882bb1427971f326c1a4b32bb62f5a /tokio-macros/src
parent4e26258ac340b76ef27f1d38d967cfb2b682c2a4 (diff)
prepare v0.2.0-alpha.4 (#1509)
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 6ecb732e..9a026517 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.3")]
+#![doc(html_root_url = "https://docs.rs/tokio-macros/0.2.0-alpha.4")]
#![warn(
missing_debug_implementations,
missing_docs,