From 011cd12b73afd727eee36f0ec6c252348cd7f7f5 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Tue, 7 May 2024 17:11:20 -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 c16f097..eb7aa34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,7 +580,7 @@ dependencies = [ [[package]] name = "moz-webgpu-cts" -version = "0.9.0" +version = "0.9.1" dependencies = [ "camino", "clap", diff --git a/moz-webgpu-cts/Cargo.toml b/moz-webgpu-cts/Cargo.toml index 4e69d89..b21c7ca 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.0" +version = "0.9.1" edition = "2021" repository = "https://github.com/ErichDonGubler/moz-webgpu-cts" license = "MIT or Apache-2.0"