Skip to content

Commit

Permalink
Merge pull request #252 from dan-da/issue_247_a
Browse files Browse the repository at this point in the history
refactor(error): improve error handling
  • Loading branch information
racs4 authored Dec 2, 2022
2 parents 12322f0 + 09d4558 commit 5b5e917
Show file tree
Hide file tree
Showing 10 changed files with 285 additions and 159 deletions.
70 changes: 70 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 kindelia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde_json = "1.0"

# Events API
tokio = { version = "1.19.1", features = ["sync"] }

anyhow = { version = "1.0.66", features = ["backtrace"] }

[dev-dependencies]
assert_cmd = "1.0.1"
Expand Down
Loading

0 comments on commit 5b5e917

Please sign in to comment.