Sourced from anyhow's releases.
1.0.65
- impl Provider for anyhow::Error
1.0.64
- Correctly propagate Backtrace when using
#[source] anyhow::Errorwith thiserror crate (https://github.com/facebook/flipper/issues/231)1.0.63
- Expose backtraces via the new "generic member access" API on the Error trait (rust-lang/rust#99301, rust-lang/rust#96024)
1.0.62
- Fix extra rebuilding when interleaving command-line
cargoinvocations with IDE builds (https://github.com/facebook/flipper/issues/261)
4de2068 Release 1.0.6507acdac Merge pull request https://github.com/facebook/flipper/issues/271 from dtolnay/provideree49ec0 Add impl Provider in build.rs probeb7448d3 impl std::any::Provider for anyhow::Error916e22b Release 1.0.64480e480 Merge pull request https://github.com/facebook/flipper/issues/268 from dtolnay/provideb30f5c5 Include outer backtrace when called as source.provide4b8df91 GitHub Workflows security hardening007c69c Merge pull request https://github.com/facebook/flipper/issues/267 from dtolnay/demand1b298fe Rename &mut Demand arguments to 'demand'