Skip to content

Commit

Permalink
Merge branch 'linebender:main' into feature/cosmic-text-example
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinMReppert authored Nov 23, 2024
2 parents 4452503 + 2f2eaa5 commit eadaa91
Show file tree
Hide file tree
Showing 12 changed files with 104 additions and 149 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 eadaa91

Please sign in to comment.