Skip to content

Commit bfb89ef

Browse files
committed
Release 1.0.97
1 parent c7fca9b commit bfb89ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anyhow"
3-
version = "1.0.96"
3+
version = "1.0.97"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["rust-patterns", "no-std"]
66
description = "Flexible concrete Error type built on std::error::Error"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
//! function that returns Anyhow's error type, as the trait that `?`-based error
207207
//! conversions are defined by is only available in std in those old versions.
208208
209-
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.96")]
209+
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.97")]
210210
#![cfg_attr(error_generic_member_access, feature(error_generic_member_access))]
211211
#![no_std]
212212
#![deny(dead_code, unused_imports, unused_mut)]

0 commit comments

Comments
 (0)