Releases: dtolnay/anyhow
Releases · dtolnay/anyhow
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)
1.0.62
- Fix extra rebuilding when interleaving command-line
cargo
invocations with IDE builds (#261)
1.0.61
- Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#252)
1.0.60
- Propagate
--target
to rustc invocation when deciding about backtrace support (#249, thanks @RalfJung)