Skip to content

Commit

Permalink
Release 1.0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 15, 2024
1 parent 830c399 commit 9d3fb6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anyhow"
version = "1.0.88"
version = "1.0.89"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns", "no-std"]
description = "Flexible concrete Error type built on std::error::Error"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
//! function that returns Anyhow's error type, as the trait that `?`-based error
//! conversions are defined by is only available in std in those old versions.

#![doc(html_root_url = "https://docs.rs/anyhow/1.0.88")]
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.89")]
#![cfg_attr(error_generic_member_access, feature(error_generic_member_access))]
#![no_std]
#![deny(dead_code, unused_imports, unused_mut)]
Expand Down

0 comments on commit 9d3fb6d

Please sign in to comment.