Skip to content

Commit

Permalink
WIP! switch to miette
Browse files Browse the repository at this point in the history
  • Loading branch information
gibfahn committed Mar 30, 2024
1 parent f82832b commit 0ed5091
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 2 deletions.
108 changes: 106 additions & 2 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 @@ -58,6 +58,7 @@ git2 = { version = "0.18.1", features = [
hex = "0.4.3"
itertools = "0.12.0"
log = "0.4.20"
miette = { version = "7.2.0", features = ["fancy"] }
plist = "1.6.0"
rayon = "1.8.1"
reqwest = { version = "0.11.23", features = ["blocking", "json"] }
Expand Down
1 change: 1 addition & 0 deletions tests/testutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ description = "Collection of functions used in multiple integration tests."
assert_cmd = "2.0.13"
camino = { version = "1.1.6", features = ["serde1"] }
color-eyre = "0.6.2"
miette = { version = "7.2.0", features = ["fancy"] }
predicates = "3.1.0"
walkdir = "2.4.0"

Expand Down

0 comments on commit 0ed5091

Please sign in to comment.