From db8fa67c120d0ac2e7eb3dc2667c2bbff36d1d16 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 9 Oct 2019 11:11:21 -0700 Subject: [PATCH] Release 1.0.10 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c5657e6..9c70e30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anyhow" -version = "1.0.9" # remember to update html_root_url +version = "1.0.10" # 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 a92483b..242e638 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.9")] +#![doc(html_root_url = "https://docs.rs/anyhow/1.0.10")] #![cfg_attr(backtrace, feature(backtrace))] #![allow(clippy::new_ret_no_self, clippy::wrong_self_convention)]