Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Enable backtraces for agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ranweiler authored and Porges committed Sep 26, 2022
1 parent 85fca0d commit 0417d08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/agent/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 src/agent/onefuzz-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false


[dependencies]
anyhow = "1.0.51"
anyhow = { version = "1.0", features = ["backtrace"] }
async-trait = "0.1"
downcast-rs = "1.2"
env_logger = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion src/agent/onefuzz-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
integration_test=[]

[dependencies]
anyhow = "1.0"
anyhow = { version = "1.0", features = ["backtrace"] }
arraydeque = "0.4"
async-trait = "0.1"
atexit = { path = "../atexit" }
Expand Down

0 comments on commit 0417d08

Please sign in to comment.