Skip to content

Commit 2a5257a

Browse files
committed
Release 1.0.16
1 parent 68225d2 commit 2a5257a

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.15" # remember to update html_root_url
3+
version = "1.0.16" # remember to update html_root_url
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
//!
171171
//! [fehler]: https://github.com/withoutboats/fehler
172172
173-
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.15")]
173+
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.16")]
174174
#![cfg_attr(backtrace, feature(backtrace))]
175175
#![allow(clippy::new_ret_no_self, clippy::wrong_self_convention)]
176176

0 commit comments

Comments
 (0)