Skip to content

Commit 7d6729a

Browse files
committed
Minor version bump
1 parent af0196c commit 7d6729a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wgpu-async"
3-
version = "24.0.0"
3+
version = "24.0.3"
44
edition = "2021"
55
license = "MIT"
66
description = "Converts some WGPU callback methods to async methods."
@@ -12,7 +12,7 @@ categories = ["asynchronous", "rendering"]
1212
include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**"]
1313

1414
[dependencies]
15-
wgpu = "24.0.0"
15+
wgpu = "24.0"
1616

1717
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
1818
pollster = "0.3"

0 commit comments

Comments
 (0)