Releases: dtolnay/anyhow
Releases · dtolnay/anyhow
1.0.40
26 Mar 17:31
Compare
Sorry, something went wrong.
No results found
Reduce memory footprint of errors on Rust versions 1.51+ (#145 )
1.0.39
20 Mar 03:24
Compare
Sorry, something went wrong.
No results found
1.0.38
11 Jan 01:30
Compare
Sorry, something went wrong.
No results found
Support using anyhow::Error in code executed by Miri (#134 , thanks @thomcc )
1.0.37
28 Dec 19:27
Compare
Sorry, something went wrong.
No results found
Improve compiler diagnostic on calling macro with a temporary value (#133 )
1.0.36
18 Dec 20:31
Compare
Sorry, something went wrong.
No results found
Make anyhow::Error ABI compatible with void* for round tripping through a C FFI (#132 )
1.0.35
06 Dec 02:43
Compare
Sorry, something went wrong.
No results found
1.0.34
02 Nov 23:44
Compare
Sorry, something went wrong.
No results found
1.0.33
06 Oct 20:08
Compare
Sorry, something went wrong.
No results found
Clarify documentation of anyhow!, bail!, ensure! macros (#114 )
1.0.32
24 Jul 21:51
Compare
Sorry, something went wrong.
No results found
Add impl From<anyhow::Error> for Box<dyn Error + Send + 'static> (#103 )
1.0.31
15 May 05:01
Compare
Sorry, something went wrong.
No results found
Restore "Stack backtrace" header label above the backtrace in {:?} representation (#92 )