Skip to content

Commit

Permalink
draft: add thiserror to ConfigState::dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Jul 12, 2023
1 parent c6446e1 commit 9e89c25
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 112 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include = [
]

[dependencies]
anyhow = "^1.0.71"
anyhow = "^1.0.71" # this has to go, ultimately
hex = "^0.4.3"
libc = "^0.2.147"
log = "^0.4.19"
Expand All @@ -46,6 +46,7 @@ sha2 = "^0.10.7"
trailer = "^0.1.2"
pool = "^0.1.4"
poule = "^0.3.2"
thiserror = "^1.0.43"

[features]
unstable = []
Expand Down
Loading

0 comments on commit 9e89c25

Please sign in to comment.