Skip to content

Commit a4dab9a

Browse files
chore: Release
1 parent a69fa54 commit a4dab9a

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
@@ -1,7 +1,7 @@
11
[package]
22
name = "moz-webgpu-cts"
33
description = "Tools to work with Web Platform Tests metadata for WebGPU CTS in Firefox"
4-
version = "0.5.1"
4+
version = "0.6.0"
55
edition = "2021"
66
repository = "https://github.com/ErichDonGubler/moz-webgpu-cts"
77
license = "MIT or Apache-2.0"
@@ -27,7 +27,7 @@ serde_json = "1.0.107"
2727
strum = { version = "0.25.0", features = ["derive"] }
2828
thiserror = "1.0.49"
2929
wax = { version = "0.6.0", features = ["miette"], git = "https://github.com/ErichDonGubler/wax", branch = "static-miette-diags"}
30-
whippit = { version = "0.4.2", path = "../whippit", default-features = false }
30+
whippit = { version = "0.5.0", path = "../whippit", default-features = false }
3131

3232
[dev-dependencies]
3333
insta = { workspace = true }

whippit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "whippit"
33
description = "Parsers for Web Platform Tests reports and metadata"
4-
version = "0.4.2"
4+
version = "0.5.0"
55
edition = "2021"
66
repository = "https://github.com/ErichDonGubler/whippit"
77
license = "MIT or Apache-2.0"

0 commit comments

Comments
 (0)