From 7b64a0e0adb4ee1edbe630eb5c83684e94df86ad Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Mon, 10 Jun 2024 15:00:13 -0400 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- moz-webgpu-cts/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe0d23a..65a88cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ dependencies = [ [[package]] name = "moz-webgpu-cts" -version = "0.9.3" +version = "0.10.0" dependencies = [ "camino", "clap", diff --git a/moz-webgpu-cts/Cargo.toml b/moz-webgpu-cts/Cargo.toml index ef64b64..3766124 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.9.3" +version = "0.10.0" edition = "2021" repository = "https://github.com/ErichDonGubler/moz-webgpu-cts" license = "MIT or Apache-2.0"