From 20fbcf3168eba277ec2f7fd7f1b4fa021fa3c6b2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 18 Oct 2019 11:19:45 -0400 Subject: [PATCH] Release 1.0.14 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 12e7b82..97fb8bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 53ae540..ba60259 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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)]