Skip to content

Commit

Permalink
Switch to using anyhow for error handling, cleanup code in downloader.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nogesma committed Apr 4, 2023
1 parent 127a7be commit 09a282c
Show file tree
Hide file tree
Showing 10 changed files with 240 additions and 256 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ json = "0.12.4"
image = "0.24.5"
base64 = "0.21.0"
tempfile = "3.4.0"
anyhow = "1.0.70"

[[bin]]
bench = false
Expand Down
Loading

0 comments on commit 09a282c

Please sign in to comment.