diff --git a/Cargo.toml b/Cargo.toml index 19742d8..9d3f22e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anyhow" -version = "1.0.20" # remember to update html_root_url +version = "1.0.21" # 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 ac0f02b..531ed65 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -159,7 +159,7 @@ //! # } //! ``` -#![doc(html_root_url = "https://docs.rs/anyhow/1.0.20")] +#![doc(html_root_url = "https://docs.rs/anyhow/1.0.21")] #![cfg_attr(backtrace, feature(backtrace))] #![allow( clippy::needless_doctest_main,