From afa1a47f7664a0d703f3d49f645faffcc62b1024 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 28 Oct 2019 07:59:33 -0700 Subject: [PATCH] Release 1.0.18 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 78ebf82..c7da4d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anyhow" -version = "1.0.17" # remember to update html_root_url +version = "1.0.18" # 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 81103c9..31771b1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -159,7 +159,7 @@ //! # } //! ``` -#![doc(html_root_url = "https://docs.rs/anyhow/1.0.17")] +#![doc(html_root_url = "https://docs.rs/anyhow/1.0.18")] #![cfg_attr(backtrace, feature(backtrace))] #![allow( clippy::needless_doctest_main,