We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc3079 commit 2aa0cc1Copy full SHA for 2aa0cc1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "anyhow"
3
-version = "1.0.29" # remember to update html_root_url
+version = "1.0.30" # remember to update html_root_url
4
authors = ["David Tolnay <[email protected]>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
src/lib.rs
@@ -197,7 +197,7 @@
197
//! will require an explicit `.map_err(Error::msg)` when working with a
198
//! non-Anyhow error type inside a function that returns Anyhow's error type.
199
200
-#![doc(html_root_url = "https://docs.rs/anyhow/1.0.29")]
+#![doc(html_root_url = "https://docs.rs/anyhow/1.0.30")]
201
#![cfg_attr(backtrace, feature(backtrace))]
202
#![cfg_attr(doc_cfg, feature(doc_cfg))]
203
#![cfg_attr(not(feature = "std"), no_std)]
0 commit comments