Releases: dtolnay/anyhow
Releases · dtolnay/anyhow
1.0.87
- Support more APIs, including
Error::new
and Error::chain
, in no-std mode on Rust 1.81+ (#383)
1.0.86
- Fix parse error in
ensure!
with non-literal after minus sign (#373)
1.0.85
- Improve
ensure!
macro's rules to unblock some rustc pretty-printer improvements (#368, #371)
1.0.84
- Disallow calling
ensure!
through a Not
impl for a type that is not bool
(#367)
1.0.83
- Integrate compile-time checking of cfgs (#363)
1.0.82
- Documentation improvements
1.0.81
- Make backtrace support available when using -Dwarnings (#354)
1.0.80
- Fix unused_imports warnings when compiled by rustc 1.78
1.0.79
- Work around improperly cached build script result by sccache (#340)
1.0.78
- Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#337)