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.41 " # remember to update html_root_url
3+ version = " 1.0.42 " # remember to update html_root_url
44authors = [
" David Tolnay <[email protected] >" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 209209//! will require an explicit `.map_err(Error::msg)` when working with a
210210//! non-Anyhow error type inside a function that returns Anyhow's error type.
211211
212- #![ doc( html_root_url = "https://docs.rs/anyhow/1.0.41 " ) ]
212+ #![ doc( html_root_url = "https://docs.rs/anyhow/1.0.42 " ) ]
213213#![ cfg_attr( backtrace, feature( backtrace) ) ]
214214#![ cfg_attr( doc_cfg, feature( doc_cfg) ) ]
215215#![ cfg_attr( not( feature = "std" ) , no_std) ]
You can’t perform that action at this time.
0 commit comments