From a4dab9a30fd1aaae4487bee9c84e27c80880d117 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Mon, 20 Nov 2023 11:09:00 -0700 Subject: [PATCH] chore: Release --- Cargo.lock | 4 ++-- moz-webgpu-cts/Cargo.toml | 4 ++-- whippit/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d99dfb6..3b43fc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -613,7 +613,7 @@ dependencies = [ [[package]] name = "moz-webgpu-cts" -version = "0.5.1" +version = "0.6.0" dependencies = [ "camino", "clap", @@ -1075,7 +1075,7 @@ dependencies = [ [[package]] name = "whippit" -version = "0.4.2" +version = "0.5.0" dependencies = [ "chumsky", "format", diff --git a/moz-webgpu-cts/Cargo.toml b/moz-webgpu-cts/Cargo.toml index 515a2c5..af73144 100644 --- a/moz-webgpu-cts/Cargo.toml +++ b/moz-webgpu-cts/Cargo.toml @@ -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" @@ -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 } diff --git a/whippit/Cargo.toml b/whippit/Cargo.toml index c2c1cec..48a7fc0 100644 --- a/whippit/Cargo.toml +++ b/whippit/Cargo.toml @@ -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"