Skip to content

Commit 330d112

Browse files
committed
Bump version to 0.15.1
1 parent 2151724 commit 330d112

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords = ["graphics"]
2222
license = "MIT OR Apache-2.0"
2323
homepage = "https://wgpu.rs/"
2424
repository = "https://github.com/gfx-rs/wgpu"
25-
version = "0.15.0"
25+
version = "0.15.1"
2626
authors = ["wgpu developers"]
2727

2828
[workspace.dependencies.wgc]

wgpu-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu-core"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = ["wgpu developers"]
55
edition = "2021"
66
description = "WebGPU core logic on wgpu-hal"

wgpu-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu-hal"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
authors = ["wgpu developers"]
55
edition = "2021"
66
description = "WebGPU hardware abstraction layer"

wgpu-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu-types"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = ["wgpu developers"]
55
edition = "2021"
66
description = "WebGPU types"

0 commit comments

Comments
 (0)