Skip to content

Commit 2aa0cc1

Browse files
committed
Release 1.0.30
1 parent afc3079 commit 2aa0cc1

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.29" # remember to update html_root_url
3+
version = "1.0.30" # 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
@@ -197,7 +197,7 @@
197197
//! will require an explicit `.map_err(Error::msg)` when working with a
198198
//! non-Anyhow error type inside a function that returns Anyhow's error type.
199199
200-
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.29")]
200+
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.30")]
201201
#![cfg_attr(backtrace, feature(backtrace))]
202202
#![cfg_attr(doc_cfg, feature(doc_cfg))]
203203
#![cfg_attr(not(feature = "std"), no_std)]

0 commit comments

Comments
 (0)