From 52fb4fd692e0f820088ee9de531cf19e40e12cb7 Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Sun, 14 Apr 2024 22:15:45 -0400 Subject: [PATCH] fix: version, description --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c01493..36ee91b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1200,7 +1200,7 @@ dependencies = [ [[package]] name = "webgpu_check" -version = "0.1.1" +version = "0.1.0" dependencies = [ "notify-rust", "wasm-bindgen-test", diff --git a/Cargo.toml b/Cargo.toml index 1de9271..c559e25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "webgpu_check" -description = "A panic hook which replaces an HTML element with a bug report form." -version = "0.1.1" +description = "A simple, minimal crate to probe WebGPU support." +version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/loopystudios/webgpu_check"