File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " anyhow"
3
- version = " 1.0.84 "
3
+ version = " 1.0.85 "
4
4
authors = [" David Tolnay <dtolnay@gmail.com>" ]
5
5
categories = [" rust-patterns" , " no-std" ]
6
6
description = " Flexible concrete Error type built on std::error::Error"
Original file line number Diff line number Diff line change 206
206
//! will require an explicit `.map_err(Error::msg)` when working with a
207
207
//! non-Anyhow error type inside a function that returns Anyhow's error type.
208
208
209
- #![ doc( html_root_url = "https://docs.rs/anyhow/1.0.84 " ) ]
209
+ #![ doc( html_root_url = "https://docs.rs/anyhow/1.0.85 " ) ]
210
210
#![ cfg_attr( error_generic_member_access, feature( error_generic_member_access) ) ]
211
211
#![ cfg_attr( doc_cfg, feature( doc_cfg) ) ]
212
212
#![ no_std]
You can’t perform that action at this time.
0 commit comments