mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
chore: Simplify releasing home
I'm not seeing any benefit derived by `html_root_url`
This commit is contained in:
parent
ed0a787310
commit
72f4f0cb3f
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1850,7 +1850,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "home"
|
||||
version = "0.5.7"
|
||||
version = "0.5.8"
|
||||
dependencies = [
|
||||
"windows-sys",
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
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>"]
|
||||
documentation = "https://docs.rs/home"
|
||||
edition.workspace = true
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user