From 271b918e4302668d77907c900f44c6d72dfd956d Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Sat, 25 Nov 2023 20:57:48 -0500 Subject: [PATCH] Bump wgpu-hal --- Cargo.lock | 4 ++-- wgpu-hal/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5649288b0b..f93cb9ce96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3856,7 +3856,7 @@ dependencies = [ [[package]] name = "wgpu-hal" -version = "0.18.0" +version = "0.18.1" dependencies = [ "android_system_properties", "arrayvec 0.7.4", @@ -3878,7 +3878,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.8.1", + "libloading 0.7.4", "log", "metal", "naga", diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index 813fc70122..39a629cc50 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu-hal" -version = "0.18.0" +version = "0.18.1" authors = ["wgpu developers"] edition = "2021" description = "WebGPU hardware abstraction layer"