From 39bc9488ce23a21a1a5e4d784a77e86aa3b07ef9 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Wed, 22 Mar 2023 17:13:58 -0400 Subject: [PATCH] Update versions --- Cargo.lock | 2 +- wgpu-hal/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e83c85ad6d..56893553a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3017,7 +3017,7 @@ dependencies = [ [[package]] name = "wgpu-hal" -version = "0.15.3" +version = "0.15.4" dependencies = [ "android_system_properties", "arrayvec 0.7.2", diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index 9f679d9646..c6e6af296f 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu-hal" -version = "0.15.3" +version = "0.15.4" authors = ["wgpu developers"] edition = "2021" description = "WebGPU hardware abstraction layer"