Skip to content

Commit 6c97c59

Browse files
committed
Release 1.0.44
1 parent 447eff8 commit 6c97c59

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.43" # remember to update html_root_url
3+
version = "1.0.44" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

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