Skip to content

Commit 0c978d0

Browse files
committed
Bump version to v26.0.1
1 parent b22d123 commit 0c978d0

File tree

3 files changed

+27
-25
lines changed

3 files changed

+27
-25
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Bottom level categories:
4040

4141
## Unreleased
4242

43+
## v26.0.1 (2025-07-10)
44+
4345
### Bug Fixes
4446

4547
- Fixed build error inside `wgpu::util::initialize_adapter_from_env` when `std` feature is not enabled. By @kpreid in [#7918](https://github.com/gfx-rs/wgpu/pull/7918).

Cargo.lock

Lines changed: 24 additions & 24 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
@@ -59,7 +59,7 @@ keywords = ["graphics"]
5959
license = "MIT OR Apache-2.0"
6060
homepage = "https://wgpu.rs/"
6161
repository = "https://github.com/gfx-rs/wgpu"
62-
version = "26.0.0"
62+
version = "26.0.1"
6363
authors = ["gfx-rs developers"]
6464

6565
[workspace.dependencies]

0 commit comments

Comments
 (0)