From 6b237cd5743b08a08cd79065dde1416653c1c217 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 11 Sep 2023 08:49:32 -0500 Subject: [PATCH] chore: Simplify releasing `home` I'm not seeing any benefit derived by `html_root_url` --- crates/home/Cargo.toml | 2 +- crates/home/src/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/home/Cargo.toml b/crates/home/Cargo.toml index 03bd555a2817..78f1bcfdb55a 100644 --- a/crates/home/Cargo.toml +++ b/crates/home/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "home" -version = "0.5.7" # also update `html_root_url` in `src/lib.rs` +version = "0.5.7" authors = ["Brian Anderson "] documentation = "https://docs.rs/home" edition.workspace = true diff --git a/crates/home/src/lib.rs b/crates/home/src/lib.rs index 0e1e975e476b..4aee7383bca2 100644 --- a/crates/home/src/lib.rs +++ b/crates/home/src/lib.rs @@ -18,7 +18,6 @@ //! //! [discussion]: https://github.com/rust-lang/rust/pull/46799#issuecomment-361156935 -#![doc(html_root_url = "https://docs.rs/home/0.5.6")] #![deny(rust_2018_idioms)] pub mod env;