Skip to content

Commit 2737bbe

Browse files
committed
Release 1.0.85
1 parent 82b8b34 commit 2737bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anyhow"
3-
version = "1.0.84"
3+
version = "1.0.85"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["rust-patterns", "no-std"]
66
description = "Flexible concrete Error type built on std::error::Error"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
//! will require an explicit `.map_err(Error::msg)` when working with a
207207
//! non-Anyhow error type inside a function that returns Anyhow's error type.
208208
209-
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.84")]
209+
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.85")]
210210
#![cfg_attr(error_generic_member_access, feature(error_generic_member_access))]
211211
#![cfg_attr(doc_cfg, feature(doc_cfg))]
212212
#![no_std]

0 commit comments

Comments
 (0)