diff --git a/Cargo.toml b/Cargo.toml index 3e5e086..0beb1df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anyhow" -version = "1.0.35" # remember to update html_root_url +version = "1.0.36" # 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 d124b1e..d2c041e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -209,7 +209,7 @@ //! will require an explicit `.map_err(Error::msg)` when working with a //! non-Anyhow error type inside a function that returns Anyhow's error type. -#![doc(html_root_url = "https://docs.rs/anyhow/1.0.35")] +#![doc(html_root_url = "https://docs.rs/anyhow/1.0.36")] #![cfg_attr(backtrace, feature(backtrace))] #![cfg_attr(doc_cfg, feature(doc_cfg))] #![cfg_attr(not(feature = "std"), no_std)]