You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumped htmlcut-core from v5.0.0 to v7.0.0 and refreshed the maintained lockfiles. Adapted FFHN's frozen htmlcut-v1 interop layer to the v7.0.0 API surface: renamed selected_match field access to selected_matches (now a Vec that holds one entry for Single/First/Nth modes after validation), converted DiagnosticCode values to strings at the FFHN boundary, and added an explicit rejection for the new SelectionMode::All variant which is outside FFHN's frozen interop profile.