From a81e2722a43ff2748ac99c1a65cd50fd00274db9 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 26 Nov 2019 09:17:27 -0800 Subject: chore: prepare v0.2.0 release (#1822) --- tokio-test/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio-test/src') diff --git a/tokio-test/src/lib.rs b/tokio-test/src/lib.rs index d70a0c22..c109c148 100644 --- a/tokio-test/src/lib.rs +++ b/tokio-test/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/tokio-test/0.2.0-alpha.6")] +#![doc(html_root_url = "https://docs.rs/tokio-test/0.2.0")] #![warn( missing_debug_implementations, missing_docs, -- cgit v1.2.3