From 6ccefb77e273d8bfda72d638404c797fc8d5f2d4 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 7 Aug 2020 20:27:53 -0700 Subject: chore: prepare for v0.3 breaking changes (#2747) Bug fixes will be applied to the v0.2.x branch. --- tokio/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio/src/lib.rs') diff --git a/tokio/src/lib.rs b/tokio/src/lib.rs index 88707c4d..e308f4f8 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.22")] +#![doc(html_root_url = "https://docs.rs/tokio/0.3.0")] #![allow( clippy::cognitive_complexity, clippy::large_enum_variant, -- cgit v1.2.3