Releases: dtolnay/anyhow
Releases · dtolnay/anyhow
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)
1.0.74
- Add bootstrap workaround to allow rustc to depend on anyhow (#320, thanks @RalfJung)