Sourced from anyhow's releases.
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)
4aad4ed
Release 1.0.818be9091
Merge pull request #354
from dtolnay/deadcodea2eb7dd
Make compatible with -Dwarnings5443719
Release 1.0.80dfc7bc0
Work around prelude redundant import warnings6e4f86b
Import from alloc not std, where possiblef885a13
Ignore incompatible_msrv clippy false positives in testfefbcbc
Ignore incompatible_msrv clippy lint78f2d81
Update ui test suite to nightly-2024-02-08edd88d3
Update ui test suite to nightly-2024-01-31