From f4e3b971758ef2620fb555baf084a191ab44a56a Mon Sep 17 00:00:00 2001 From: morrme Date: Wed, 24 May 2017 09:40:29 -0500 Subject: [PATCH 1/2] add reminder to Cargo.toml Closes: #141 --- env/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/Cargo.toml b/env/Cargo.toml index dc60c6e66..8c037421f 100644 --- a/env/Cargo.toml +++ b/env/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "env_logger" -version = "0.4.3" +version = "0.4.3" # remember to update html_root_url authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/log" From f0044432a03edbc38bec3c7266c8dc7bb2f06bea Mon Sep 17 00:00:00 2001 From: morrme Date: Wed, 24 May 2017 09:42:12 -0500 Subject: [PATCH 2/2] update html_root_url Closes: #141 --- env/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/src/lib.rs b/env/src/lib.rs index b30d0ff69..11b5781e5 100644 --- a/env/src/lib.rs +++ b/env/src/lib.rs @@ -127,7 +127,7 @@ #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", html_favicon_url = "http://www.rust-lang.org/favicon.ico", - html_root_url = "http://doc.rust-lang.org/env_logger/")] + html_root_url = "https://docs.rs/env_logger/0.4.3")] #![cfg_attr(test, deny(warnings))] // When compiled for the rustc compiler itself we want to make sure that this is