Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jun 6, 2024
1 parent b1ca831 commit 98e2ff9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions moz-webgpu-cts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "moz-webgpu-cts"
description = "Tools to work with Web Platform Tests metadata for WebGPU CTS in Firefox"
version = "0.9.2"
version = "0.9.3"
edition = "2021"
repository = "https://github.com/ErichDonGubler/moz-webgpu-cts"
license = "MIT or Apache-2.0"
Expand Down 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.0", path = "../whippit", default-features = false, features = ["serde1"] }
whippit = { version = "0.6.1", 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.0"
version = "0.6.1"
edition = "2021"
repository = "https://github.com/ErichDonGubler/moz-webgpu-cts"
license = "MIT or Apache-2.0"
Expand Down

0 comments on commit 98e2ff9

Please sign in to comment.