Releases: dtolnay/anyhow
Releases · dtolnay/anyhow
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)
1.0.72
- Documentation improvements
1.0.71
- Documentation improvements
1.0.70
- Update syn dependency to 2.x