Releases: dtolnay/anyhow
Releases · dtolnay/anyhow
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)
1.0.77
- Make
anyhow::Error::backtrace
available on stable Rust compilers 1.65+ (#293, thanks @LukasKalbertodt)
1.0.76
- Opt in to
unsafe_op_in_unsafe_fn
lint (#329)