Skip to content

Commit d1e1ad9

Browse files
chore: Release
1 parent fabe1df commit d1e1ad9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde_json = "1.0.107"
3030
strum = { version = "0.25.0", features = ["derive"] }
3131
thiserror = { workspace = true }
3232
wax = { version = "0.6.0", features = ["miette"], git = "https://github.com/ErichDonGubler/wax", branch = "static-miette-diags"}
33-
whippit = { version = "0.6.1", path = "../whippit", default-features = false, features = ["serde1"] }
33+
whippit = { version = "0.6.2", path = "../whippit", default-features = false, features = ["serde1"] }
3434
enum-map = { version = "2.7.3", features = ["serde"] }
3535

3636
[dev-dependencies]

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.6.1"
4+
version = "0.6.2"
55
edition = "2021"
66
repository = "https://github.com/ErichDonGubler/moz-webgpu-cts"
77
license = "MIT or Apache-2.0"

0 commit comments

Comments
 (0)