Skip to content

Commit 08f8012

Browse files
committed
Release 1.0.60
1 parent 29c72c5 commit 08f8012

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.59" # remember to update html_root_url
3+
version = "1.0.60" # remember to update html_root_url
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
@@ -210,7 +210,7 @@
210210
//! will require an explicit `.map_err(Error::msg)` when working with a
211211
//! non-Anyhow error type inside a function that returns Anyhow's error type.
212212
213-
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.59")]
213+
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.60")]
214214
#![cfg_attr(backtrace, feature(backtrace))]
215215
#![cfg_attr(doc_cfg, feature(doc_cfg))]
216216
#![cfg_attr(not(feature = "std"), no_std)]

0 commit comments

Comments
 (0)