Skip to content

Commit

Permalink
Merge pull request #65 from ErichDonGubler/triage-passing-total-counts
Browse files Browse the repository at this point in the history
`triage`: fix cmd. and omit 0-count items by default
  • Loading branch information
ErichDonGubler authored Dec 27, 2023
2 parents cb2014a + 601432a commit cc7938e
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 86 deletions.
2 changes: 1 addition & 1 deletion moz-webgpu-cts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ regex = "1.9.5"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.49"
thiserror = { workspace = true }
wax = { version = "0.6.0", features = ["miette"], git = "https://github.com/ErichDonGubler/wax", branch = "static-miette-diags"}
whippit = { version = "0.6.0", path = "../whippit", default-features = false }

Expand Down
Loading

0 comments on commit cc7938e

Please sign in to comment.