From 3ca503637be0f37cc8b4fe2c4122cba17e3deaea Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 21 Feb 2022 14:20:25 -0800 Subject: [PATCH] Release 1.0.55 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e06bfba..30046d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anyhow" -version = "1.0.54" # remember to update html_root_url +version = "1.0.55" # remember to update html_root_url authors = ["David Tolnay "] edition = "2018" rust-version = "1.38" diff --git a/src/lib.rs b/src/lib.rs index ea7217d..0cb1ed6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -210,7 +210,7 @@ //! will require an explicit `.map_err(Error::msg)` when working with a //! non-Anyhow error type inside a function that returns Anyhow's error type. -#![doc(html_root_url = "https://docs.rs/anyhow/1.0.54")] +#![doc(html_root_url = "https://docs.rs/anyhow/1.0.55")] #![cfg_attr(backtrace, feature(backtrace))] #![cfg_attr(doc_cfg, feature(doc_cfg))] #![cfg_attr(not(feature = "std"), no_std)]