From 29a9c50363bbb1809521a39473893aef50b2b08b Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 1 Aug 2024 17:39:32 -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 363fe85..646c26b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ dependencies = [ [[package]] name = "moz-webgpu-cts" -version = "1.0.0" +version = "1.1.0" dependencies = [ "camino", "clap", diff --git a/moz-webgpu-cts/Cargo.toml b/moz-webgpu-cts/Cargo.toml index f76b496..0dc4041 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 = "1.0.0" +version = "1.1.0" edition = "2021" repository = "https://github.com/ErichDonGubler/moz-webgpu-cts" license = "MIT or Apache-2.0"