We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b8b34 commit 2737bbeCopy full SHA for 2737bbe
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "anyhow"
3
-version = "1.0.84"
+version = "1.0.85"
4
authors = ["David Tolnay <[email protected]>"]
5
categories = ["rust-patterns", "no-std"]
6
description = "Flexible concrete Error type built on std::error::Error"
src/lib.rs
@@ -206,7 +206,7 @@
206
//! will require an explicit `.map_err(Error::msg)` when working with a
207
//! non-Anyhow error type inside a function that returns Anyhow's error type.
208
209
-#![doc(html_root_url = "https://docs.rs/anyhow/1.0.84")]
+#![doc(html_root_url = "https://docs.rs/anyhow/1.0.85")]
210
#![cfg_attr(error_generic_member_access, feature(error_generic_member_access))]
211
#![cfg_attr(doc_cfg, feature(doc_cfg))]
212
#![no_std]
0 commit comments