Skip to content

Commit a6d9d32

Browse files
committed
Bump version to v28.0.1
1 parent 163d240 commit a6d9d32

File tree

3 files changed

+34
-32
lines changed

3 files changed

+34
-32
lines changed

.deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ skip = [
1515

1616
# Winit uses an old version
1717
{ name = "windows-sys", version = "0.52.0" },
18+
# Windows versions are finicky.
19+
{ name = "windows-sys", version = "0.59.0" },
1820
]
1921
wildcards = "deny"
2022
allow-wildcard-paths = true

Cargo.lock

Lines changed: 31 additions & 31 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
@@ -61,7 +61,7 @@ keywords = ["graphics"]
6161
license = "MIT OR Apache-2.0"
6262
homepage = "https://wgpu.rs/"
6363
repository = "https://github.com/gfx-rs/wgpu"
64-
version = "28.0.0"
64+
version = "28.0.1"
6565
authors = ["gfx-rs developers"]
6666

6767
[workspace.dependencies]

0 commit comments

Comments
 (0)