Release 1.0.23

This commit is contained in:
David Tolnay 2019-11-22 19:06:55 -08:00
parent dc263b4c19
commit 303e1a08e7
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "anyhow"
version = "1.0.22" # remember to update html_root_url
version = "1.0.23" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

View File

@ -159,7 +159,7 @@
//! # }
//! ```
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.22")]
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.23")]
#![cfg_attr(backtrace, feature(backtrace))]
#![allow(
clippy::needless_doctest_main,