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 11[package ]
22name = " anyhow"
3- version = " 1.0.95 "
3+ version = " 1.0.96 "
44authors = [
" David Tolnay <[email protected] >" ]
55categories = [" rust-patterns" , " no-std" ]
66description = " Flexible concrete Error type built on std::error::Error"
Original file line number Diff line number Diff line change 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.95 " ) ]
209+ #![ doc( html_root_url = "https://docs.rs/anyhow/1.0.96 " ) ]
210210#![ cfg_attr( error_generic_member_access, feature( error_generic_member_access) ) ]
211211#![ no_std]
212212#![ deny( dead_code, unused_imports, unused_mut) ]
You can’t perform that action at this time.
0 commit comments