chore: Simplify releasing home

I'm not seeing any benefit derived by `html_root_url`
This commit is contained in:
Ed Page 2023-09-11 08:49:32 -05:00
parent ed0a787310
commit 72f4f0cb3f
3 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1850,7 +1850,7 @@ dependencies = [
[[package]] [[package]]
name = "home" name = "home"
version = "0.5.7" version = "0.5.8"
dependencies = [ dependencies = [
"windows-sys", "windows-sys",
] ]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "home" name = "home"
version = "0.5.7" # also update `html_root_url` in `src/lib.rs` version = "0.5.8"
authors = ["Brian Anderson <andersrb@gmail.com>"] authors = ["Brian Anderson <andersrb@gmail.com>"]
documentation = "https://docs.rs/home" documentation = "https://docs.rs/home"
edition.workspace = true edition.workspace = true

View File

@ -18,7 +18,6 @@
//! //!
//! [discussion]: https://github.com/rust-lang/rust/pull/46799#issuecomment-361156935 //! [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)] #![deny(rust_2018_idioms)]
pub mod env; pub mod env;