Skip to content

Commit a0b868a

Browse files
committed
Release 1.0.90
1 parent 0f74169 commit a0b868a

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.89"
3+
version = "1.0.90"
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.89")]
209+
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.90")]
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)