Skip to content

Commit 96b5054

Browse files
chore: Release
1 parent a8fd3a8 commit 96b5054

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

moz-webgpu-cts/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "moz-webgpu-cts"
33
authors.workspace = true
44
description = "Tools to work with Web Platform Tests metadata for WebGPU CTS in Firefox"
5-
version = "3.0.0"
5+
version = "3.0.1"
66
edition = "2021"
77
repository = "https://github.com/ErichDonGubler/moz-webgpu-cts"
88
license = "MIT or Apache-2.0"
@@ -40,7 +40,7 @@ thiserror = { workspace = true }
4040
wax = { version = "0.6.0", features = [
4141
"miette",
4242
], git = "https://github.com/ErichDonGubler/wax", branch = "static-miette-diags-0.7" }
43-
whippit = { version = "0.6.3", path = "../whippit", default-features = false, features = [
43+
whippit = { version = "0.6.4", path = "../whippit", default-features = false, features = [
4444
"serde1",
4545
] }
4646

whippit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "whippit"
33
authors.workspace = true
44
description = "Parsers for Web Platform Tests reports and metadata"
5-
version = "0.6.3"
5+
version = "0.6.4"
66
edition = "2021"
77
repository = "https://github.com/ErichDonGubler/moz-webgpu-cts"
88
license = "MIT or Apache-2.0"

0 commit comments

Comments
 (0)