Releases: dtolnay/anyhow
Releases · dtolnay/anyhow
1.0.72
- Documentation improvements
1.0.71
- Documentation improvements
1.0.70
- Update syn dependency to 2.x
1.0.69
- Documentation improvements
1.0.68
- Opt out of
-Zrustdoc-scrape-examples
on docs.rs for now
1.0.67
- Improve the backtrace captured when
context()
is used on an Option
(#280)
1.0.66
- Reduce unhelpful backtrace frames in backtraces captured during a
context
call (#279)
1.0.64
- Correctly propagate Backtrace when using
#[source] anyhow::Error
with thiserror crate (#231)