Releases: dtolnay/anyhow
Releases · dtolnay/anyhow
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)
1.0.59
- Update crates.io metadata to include
no-std
category
1.0.58
- Fix some broken links in documentation
1.0.57
- Remove a
log4rs
-specific workaround from bail!
macro implementation
1.0.56
- Add
must_use
warning when an Error created by anyhow!
is not used, perhaps because the programmer meant to write bail!
instead (#229)
1.0.55
- Documentation improvements
1.0.54
- Construct more helpful error message from
ensure!
when the expression involves a negative literal const generic as the first generic argument of a method call (#224)