mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-29 12:03:35 +03:00
Add backtrace feature to anyhow
Improved backtrace support for errors in Rust is currently in progress: https://github.com/rust-lang/rust/issues/53487. Adding the feature lets anyhow add backtraces already which greatly improves readability of errors in tests.
This commit is contained in:
parent
24c3f28b86
commit
1ddfe95bf0
@ -15,7 +15,7 @@ postgres = { version = "0.19.2", features = ["with-serde_json-1"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
typetag = "0.1.7"
|
||||
anyhow = "1.0.44"
|
||||
anyhow = { version = "1.0.44", features = ["backtrace"] }
|
||||
clap = { version = "3.0.0", features = ["derive"] }
|
||||
toml = "0.5"
|
||||
version = "3.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user