Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jun 11, 2024
1 parent fabe1df commit d1e1ad9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 moz-webgpu-cts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_json = "1.0.107"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = { workspace = true }
wax = { version = "0.6.0", features = ["miette"], git = "https://github.com/ErichDonGubler/wax", branch = "static-miette-diags"}
whippit = { version = "0.6.1", path = "../whippit", default-features = false, features = ["serde1"] }
whippit = { version = "0.6.2", path = "../whippit", default-features = false, features = ["serde1"] }
enum-map = { version = "2.7.3", features = ["serde"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion whippit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "whippit"
description = "Parsers for Web Platform Tests reports and metadata"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
repository = "https://github.com/ErichDonGubler/moz-webgpu-cts"
license = "MIT or Apache-2.0"
Expand Down

0 comments on commit d1e1ad9

Please sign in to comment.