We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
home
1 parent ed0a787 commit 919fd9fCopy full SHA for 919fd9f
crates/home/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "home"
3
-version = "0.5.7" # also update `html_root_url` in `src/lib.rs`
+version = "0.5.8"
4
authors = ["Brian Anderson <[email protected]>"]
5
documentation = "https://docs.rs/home"
6
edition.workspace = true
crates/home/src/lib.rs
@@ -18,7 +18,6 @@
18
//!
19
//! [discussion]: https://github.com/rust-lang/rust/pull/46799#issuecomment-361156935
20
21
-#![doc(html_root_url = "https://docs.rs/home/0.5.6")]
22
#![deny(rust_2018_idioms)]
23
24
pub mod env;
0 commit comments