From cfe4007c82855cad76fb7b312ee1fd8ee75218c5 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Tue, 15 May 2018 15:52:55 +0200 Subject: [PATCH] Update rand_core doc url version --- rand_core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rand_core/src/lib.rs b/rand_core/src/lib.rs index 5624d613980..352355059bb 100644 --- a/rand_core/src/lib.rs +++ b/rand_core/src/lib.rs @@ -35,7 +35,7 @@ #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png", html_favicon_url = "https://www.rust-lang.org/favicon.ico", - html_root_url = "https://docs.rs/rand_core/0.1.0")] + html_root_url = "https://docs.rs/rand_core/0.2")] #![deny(missing_docs)] #![deny(missing_debug_implementations)]