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 a03d6d6 commit 48be1caCopy full SHA for 48be1ca
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "anyhow"
3
-version = "1.0.94"
+version = "1.0.95"
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
//! function that returns Anyhow's error type, as the trait that `?`-based error
207
//! conversions are defined by is only available in std in those old versions.
208
209
-#![doc(html_root_url = "https://docs.rs/anyhow/1.0.94")]
+#![doc(html_root_url = "https://docs.rs/anyhow/1.0.95")]
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