summaryrefslogtreecommitdiffstats
path: root/tokio/src
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-10-27 14:31:39 -0700
committerGitHub <noreply@github.com>2020-10-27 14:31:39 -0700
commit9097ae548f9a1bcd261385ceba29b800b0ee2a21 (patch)
tree55fd9f9062acabb78acfc99da1a5460672f4004d /tokio/src
parentd78655337a68bded305782a8a8b4ac7be42aa6a7 (diff)
chore: prepare v0.3.2 release (#3059)
Diffstat (limited to 'tokio/src')
-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 690beab3..b14ae721 100644
--- a/tokio/src/lib.rs
+++ b/tokio/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/tokio/0.3.1")]
+#![doc(html_root_url = "https://docs.rs/tokio/0.3.2")]
#![allow(
clippy::cognitive_complexity,
clippy::large_enum_variant,