Skip to content

Commit f871e2f

Browse files
committed
Release 1.0.52
1 parent 94e2089 commit f871e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.51" # remember to update html_root_url
3+
version = "1.0.52" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
rust-version = "1.38"

Diff for: 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.51")]
213+
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.52")]
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)