diff --git a/Cargo.toml b/Cargo.toml index b8de1b7..a5945c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anyhow" -version = "1.0.3" # remember to update html_root_url +version = "1.0.4" # remember to update html_root_url authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 040e7d6..2174092 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -171,7 +171,7 @@ //! //! [fehler]: https://github.com/withoutboats/fehler -#![doc(html_root_url = "https://docs.rs/anyhow/1.0.3")] +#![doc(html_root_url = "https://docs.rs/anyhow/1.0.4")] #![cfg_attr(backtrace, feature(backtrace))] #[macro_use]