Skip to content

Commit 022f700

Browse files
committed
Release 1.0.28
1 parent e2eb1f5 commit 022f700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anyhow"
3-
version = "1.0.27" # remember to update html_root_url
3+
version = "1.0.28" # 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
//! will require an explicit `.map_err(Error::msg)` when working with a
190190
//! non-Anyhow error type inside a function that returns Anyhow's error type.
191191
192-
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.27")]
192+
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.28")]
193193
#![cfg_attr(backtrace, feature(backtrace))]
194194
#![cfg_attr(doc_cfg, feature(doc_cfg))]
195195
#![cfg_attr(not(feature = "std"), no_std)]

0 commit comments

Comments
 (0)