chore: bump harfrust to 0.11.0#9
Merged
Merged
Conversation
harfrust 0.11 replaces Shaper::shape's `&[Feature]` argument with a ShapeOptions builder. Update the ligature test shaping call to ShapeOptions::new().features(&off) and refresh Cargo.lock. All other workspace dependencies were already at their latest patch.
fredclausen
enabled auto-merge
June 30, 2026 14:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Dependency audit + bump. All 17 declared workspace dependencies were
checked against the crates.io registry; 16 were already pinned at their
latest patch.
harfrustwas 4 minor versions behind (0.7.0->0.11.0) and is bumped here, followed bycargo updateto refresh thelock file.
API drift fix
harfrust 0.11 changed
Shaper::shape's second argument from&[Feature]to aShapeOptions<'_>builder. The ligature test infrext/src/font.rsis updated toshaper.shape(buffer, ShapeOptions::new().features(&off)).harfrustis a dev-dependency only (used to verify bundled-fontligature shaping), so this does not affect the shipped binary.
Verification
cargo fmt --all -- --checkcargo clippy --all-targets --all-features -- -D warningscargo test --all(113 passed, including the ligature regression tests)cargo macheteAll green.