Skip to content

Commit

Permalink
enable anyhow backtrace by default (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov authored Jul 24, 2023
1 parent 15e62e6 commit 0e06950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0"
anyhow = { version = "1.0", features = ["backtrace"] }
bollard = "0.11"
clap = { version = "4.2", features = ["derive", "env"] }
ed25519-dalek = {version = "1.0.1", features = ["serde"]}
Expand Down

0 comments on commit 0e06950

Please sign in to comment.