Bump version to 0.14.1

This commit is contained in:
Connor Fitzgerald 2022-11-02 17:33:08 -04:00
parent f31ff6a117
commit 77b9a99cf4
No known key found for this signature in database
GPG Key ID: 7D3FA445BAD3008D
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@ -2260,7 +2260,7 @@ dependencies = [
[[package]]
name = "wgpu-hal"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"android_system_properties",
"arrayvec 0.7.2",
@ -2284,7 +2284,7 @@ dependencies = [
"metal",
"naga",
"objc",
"parking_lot 0.12.1",
"parking_lot 0.11.2",
"profiling",
"range-alloc",
"raw-window-handle 0.5.0",
@ -2308,7 +2308,7 @@ dependencies = [
[[package]]
name = "wgpu-types"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"bitflags",
"bitflags_serde_shim",

View File

@ -1,6 +1,6 @@
[package]
name = "wgpu-hal"
version = "0.14.0"
version = "0.14.1"
authors = ["wgpu developers"]
edition = "2021"
description = "WebGPU hardware abstraction layer"

View File

@ -1,6 +1,6 @@
[package]
name = "wgpu-types"
version = "0.14.0"
version = "0.14.1"
authors = ["wgpu developers"]
edition = "2021"
description = "WebGPU types"