Skip to content

Commit

Permalink
Update to peniko 0.2 (and Vello 0.3) (#120)
Browse files Browse the repository at this point in the history
This also increases our MSRV because of the use of RPITIT in read-fonts.

---------

Co-authored-by: Nico Burns <nico@nicoburns.com>
  • Loading branch information
DJMcNab and nicoburns authored Oct 6, 2024
1 parent be9e9ab commit 7b29021
Show file tree
Hide file tree
Showing 12 changed files with 331 additions and 303 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.70"
RUST_MIN_VER: "1.75"
# 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 parley -p fontique"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can find its changes [documented below](#010---2024-05-01).

## [Unreleased]

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

### Added

Expand Down
Loading

0 comments on commit 7b29021

Please sign in to comment.