We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68225d2 commit 2a5257aCopy full SHA for 2a5257a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "anyhow"
3
-version = "1.0.15" # remember to update html_root_url
+version = "1.0.16" # remember to update html_root_url
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
src/lib.rs
@@ -170,7 +170,7 @@
170
//!
171
//! [fehler]: https://github.com/withoutboats/fehler
172
173
-#![doc(html_root_url = "https://docs.rs/anyhow/1.0.15")]
+#![doc(html_root_url = "https://docs.rs/anyhow/1.0.16")]
174
#![cfg_attr(backtrace, feature(backtrace))]
175
#![allow(clippy::new_ret_no_self, clippy::wrong_self_convention)]
176
0 commit comments