summaryrefslogtreecommitdiffstats
path: root/tokio/src/lib.rs
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-01-07 14:29:44 -0800
committerGitHub <noreply@github.com>2020-01-07 14:29:44 -0800
commit7fb54315f1e1b12fc94558ada85ed521aea3ae77 (patch)
tree465a3a0942089483642c3b7195cb4db777b8a198 /tokio/src/lib.rs
parentffd4025fce3c2fc44c0a91e38823a21d76bb6711 (diff)
macros: fix breaking changes (#2069)
Brings back old macro implementations and updates the version of tokio-macros that tokio depends on. Prepares a new release.
Diffstat (limited to 'tokio/src/lib.rs')
-rw-r--r--tokio/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/lib.rs b/tokio/src/lib.rs
index 19d3dbec..b8f1421c 100644
--- a/tokio/src/lib.rs
+++ b/tokio/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/tokio/0.2.7")]
+#![doc(html_root_url = "https://docs.rs/tokio/0.2.8")]
#![allow(clippy::cognitive_complexity, clippy::needless_doctest_main)]
#![warn(
missing_debug_implementations,