mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-11 23:50:07 +01:00
Use anyhow::Error in place of Failure
Since Failure is now deprecated, and Rust's own std::error::Error trait doesn't preserve a backtrace on Stable, if we want to move to a supported library the most obvious successor is Anyhow.
This commit is contained in:
parent
41ea2380a4
commit
ec3ea2425f
4 changed files with 8 additions and 15 deletions
|
|
@ -9,4 +9,4 @@ license = "MIT OR Apache-2.0"
|
|||
|
||||
[dependencies]
|
||||
tt-call = "1.0"
|
||||
failure = "0.1"
|
||||
anyhow = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue