Skip to content

Commit df725a6

Browse files
cwfitzgeraldErichDonGubler
authored andcommitted
Bump versions
1 parent ed7a729 commit df725a6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

naga/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "naga"
3-
version = "25.0.0"
3+
version = "25.0.1"
44
authors = ["gfx-rs developers"]
55
edition = "2021"
66
description = "Shader translator and validator. Part of the wgpu project"

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 = "25.0.0"
3+
version = "25.0.1"
44
authors = ["gfx-rs developers"]
55
edition = "2021"
66
description = "Core implementation logic of wgpu, the cross-platform, safe, pure-rust graphics API"

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 = "25.0.0"
3+
version = "25.0.1"
44
authors = ["gfx-rs developers"]
55
edition = "2021"
66
description = "Hardware abstraction layer for wgpu, the cross-platform, safe, pure-rust graphics API"

0 commit comments

Comments
 (0)