Release 1.0.14

This commit is contained in:
David Tolnay 2019-10-18 11:19:45 -04:00
parent 2191a63258
commit 20fbcf3168
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.13" # remember to update html_root_url
version = "1.0.14" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

View File

@ -170,7 +170,7 @@
//!
//! [fehler]: https://github.com/withoutboats/fehler
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.13")]
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.14")]
#![cfg_attr(backtrace, feature(backtrace))]
#![allow(clippy::new_ret_no_self, clippy::wrong_self_convention)]