Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Nov 20, 2023
1 parent a69fa54 commit a4dab9a
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.5.1"
version = "0.6.0"
edition = "2021"
repository = "https://github.com/ErichDonGubler/moz-webgpu-cts"
license = "MIT or Apache-2.0"
Expand All @@ -27,7 +27,7 @@ serde_json = "1.0.107"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.49"
wax = { version = "0.6.0", features = ["miette"], git = "https://github.com/ErichDonGubler/wax", branch = "static-miette-diags"}
whippit = { version = "0.4.2", path = "../whippit", default-features = false }
whippit = { version = "0.5.0", path = "../whippit", default-features = false }

[dev-dependencies]
insta = { workspace = true }
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.4.2"
version = "0.5.0"
edition = "2021"
repository = "https://github.com/ErichDonGubler/whippit"
license = "MIT or Apache-2.0"
Expand Down

0 comments on commit a4dab9a

Please sign in to comment.