Skip to content

Commit 919fd9f

Browse files
committed
chore: Simplify releasing home
I'm not seeing any benefit derived by `html_root_url`
1 parent ed0a787 commit 919fd9f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/home/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "home"
3-
version = "0.5.7" # also update `html_root_url` in `src/lib.rs`
3+
version = "0.5.8"
44
authors = ["Brian Anderson <[email protected]>"]
55
documentation = "https://docs.rs/home"
66
edition.workspace = true

crates/home/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
//!
1919
//! [discussion]: https://github.com/rust-lang/rust/pull/46799#issuecomment-361156935
2020
21-
#![doc(html_root_url = "https://docs.rs/home/0.5.6")]
2221
#![deny(rust_2018_idioms)]
2322

2423
pub mod env;

0 commit comments

Comments
 (0)