Skip to content

Commit

Permalink
Release 1.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 14, 2021
1 parent f810816 commit 39899cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "anyhow"
version = "1.0.42" # remember to update html_root_url
version = "1.0.43" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -209,7 +209,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.42")]
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.43")]
#![cfg_attr(backtrace, feature(backtrace))]
#![cfg_attr(doc_cfg, feature(doc_cfg))]
#![cfg_attr(not(feature = "std"), no_std)]
Expand Down

0 comments on commit 39899cc

Please sign in to comment.