Releases: dtolnay/anyhow
Releases · dtolnay/anyhow
1.0.37
- Improve compiler diagnostic on calling macro with a temporary value (#133)
1.0.36
- Make anyhow::Error ABI compatible with
void*
for round tripping through a C FFI (#132)
1.0.33
- Clarify documentation of
anyhow!
, bail!
, ensure!
macros (#114)
1.0.32
- Add
impl From<anyhow::Error> for Box<dyn Error + Send + 'static>
(#103)
1.0.31
- Restore "Stack backtrace" header label above the backtrace in
{:?}
representation (#92)
1.0.30
- Hide an error message that appears when building with
cargo rustc -vv
(#91, thanks @eoger)
1.0.29
- Documentation improvements
1.0.28
- Documentation improvements (#73, #78)