We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58fa4b commit afe93e7Copy full SHA for afe93e7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "anyhow"
3
-version = "1.0.86"
+version = "1.0.87"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
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.86")]
+#![doc(html_root_url = "https://docs.rs/anyhow/1.0.87")]
210
#![cfg_attr(error_generic_member_access, feature(error_generic_member_access))]
211
#![no_std]
212
#![deny(dead_code, unused_imports, unused_mut)]
0 commit comments