Release 1.0.27

This commit is contained in:
David Tolnay 2020-03-14 13:36:20 -07:00
parent 19be9654a0
commit e7702aa4fc
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.26" # remember to update html_root_url
version = "1.0.27" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

View File

@ -186,7 +186,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.26")]
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.27")]
#![cfg_attr(backtrace, feature(backtrace))]
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(