Skip to content

Commit f6a4834

Browse files
committed
chore: Release
1 parent cd5911a commit f6a4834

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ keywords = ["graphics"]
5151
license = "MIT OR Apache-2.0"
5252
homepage = "https://wgpu.rs/"
5353
repository = "https://github.com/gfx-rs/wgpu"
54-
version = "24.0.0"
54+
version = "24.0.1"
5555
authors = ["gfx-rs developers"]
5656

5757
[workspace.dependencies.wgc]
@@ -134,16 +134,16 @@ strum = { version = "0.26.0", features = ["derive"] }
134134
trybuild = "1"
135135
tracy-client = "0.17"
136136
thiserror = "2"
137-
wgpu = { version = "24.0.0", path = "./wgpu", default-features = false, features = [
137+
wgpu = { version = "24.0.1", path = "./wgpu", default-features = false, features = [
138138
"serde",
139139
"wgsl",
140140
"dx12",
141141
"metal",
142142
"static-dxc",
143143
] }
144144
wgpu-core = { version = "24.0.0", path = "./wgpu-core" }
145-
wgpu-macros = { version = "24.0.0", path = "./wgpu-macros" }
146-
wgpu-test = { version = "24.0.0", path = "./tests" }
145+
wgpu-macros = { version = "24.0.1", path = "./wgpu-macros" }
146+
wgpu-test = { version = "24.0.1", path = "./tests" }
147147
wgpu-types = { version = "24.0.0", path = "./wgpu-types" }
148148
winit = { version = "0.29", features = ["android-native-activity"] }
149149

0 commit comments

Comments
 (0)