Sourced from anyhow's releases.
1.0.39
Add an opt-in implementation of
Error::backtraceon stable compilers based on thebacktracecrate (https://github.com/facebook/flipper/issues/143)[dependencies] anyhow = { version = "1.0", features = ["backtrace"] }
8599c7b Release 1.0.39d65af36 Merge pull request https://github.com/facebook/flipper/issues/143 from dtolnay/backtrace0ba6408 Add stable backtrace feature7e85bae Merge pull request https://github.com/facebook/flipper/issues/142 from dtolnay/backtracea476ec4 Indicate a doc_cfg on the Error backtrace() methodfea4d8a Eliminate some needlessly cfg'd Backtrace imports1631007 Ignore new missing_panics_doc pedantic clippy lint3626541 Merge pull request https://github.com/facebook/flipper/issues/137 from dtolnay/cast3fdef75 Revert "Show turbofish optional"4e776b8 Force turbofish on all calls of .cast::<U>()