Commit 08f8012 1 parent 29c72c5 commit 08f8012 Copy full SHA for 08f8012
File tree 2 files changed +2
-2
lines changed
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.59 " # remember to update html_root_url
3
+ version = " 1.0.60 " # remember to update html_root_url
4
4
authors = [
" David Tolnay <[email protected] >" ]
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 210
210
//! will require an explicit `.map_err(Error::msg)` when working with a
211
211
//! non-Anyhow error type inside a function that returns Anyhow's error type.
212
212
213
- #![ doc( html_root_url = "https://docs.rs/anyhow/1.0.59 " ) ]
213
+ #![ doc( html_root_url = "https://docs.rs/anyhow/1.0.60 " ) ]
214
214
#![ cfg_attr( backtrace, feature( backtrace) ) ]
215
215
#![ cfg_attr( doc_cfg, feature( doc_cfg) ) ]
216
216
#![ cfg_attr( not( feature = "std" ) , no_std) ]
You can’t perform that action at this time.
0 commit comments