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"