Skip to content

Commit

Permalink
Update to wgpu 23.0.0 (#735)
Browse files Browse the repository at this point in the history
This also updates the MSRV to 1.76 to match the updated MSRV of wgpu 23.
  • Loading branch information
waywardmonkeys authored Nov 22, 2024
1 parent 7e4a56e commit 2f2eaa5
Show file tree
Hide file tree
Showing 11 changed files with 103 additions and 148 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
# If the compilation fails, then the version specified here needs to be bumped up to reality.
# Be sure to also update the rust-version property in the workspace Cargo.toml file,
# plus all the README.md files of the affected packages.
RUST_MIN_VER: "1.75"
RUST_MIN_VER: "1.76"
# List of packages that will be checked with the minimum supported Rust version.
# This should be limited to packages that are intended for publishing.
RUST_MIN_VER_PKGS: "-p vello -p vello_encoding -p vello_shaders"
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ You can find its changes [documented below](#030---2024-10-04).

## [Unreleased]

This release has an [MSRV][] of 1.75.
This release has an [MSRV][] of 1.76.

### Changed

- Breaking: Updated `wgpu` to 23.0.0, increased MSRV to 1.76 ([#735][] by [@waywardmonkeys])

### Fixed

Expand Down Expand Up @@ -191,6 +195,7 @@ This release has an [MSRV][] of 1.75.
[#706]: https://github.com/linebender/vello/pull/706
[#711]: https://github.com/linebender/vello/pull/711
[#722]: https://github.com/linebender/vello/pull/722
[#735]: https://github.com/linebender/vello/pull/735

[Unreleased]: https://github.com/linebender/vello/compare/v0.3.0...HEAD
<!-- Note that this still comparing against 0.2.0, because 0.2.1 is a cherry-picked patch -->
Expand Down
Loading

0 comments on commit 2f2eaa5

Please sign in to comment.