Skip to main content

max / goingson

Take makeover-webview 0.35.1 Carries the link-colour fix: link_rules emitted var(--action-primary), a token no theme defines, so every .link dropped its colour declaration and fell back to inherited text. The generated layout.css is build.rs output and regenerates on build, so the correction lands without a tracked file changing. The lock also picks up quasi-immediate, a sibling the [patch] block resolves and this tree had not written down yet.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 14:55 UTC
Signed with PGP, not checked
Commit: 63e9998ade716ae3805efd771976ddd2f34eb6dd
Parent: c39cd10
1 file changed, +9 insertions, -5 deletions
M Cargo.lock +9 -5
@@ -3442,9 +3442,9 @@
3442 3442
3443 3443 [[package]]
3444 3444 name = "makeover-webview"
3445 - version = "0.35.0"
3445 + version = "0.35.1"
3446 3446 source = "registry+https://github.com/rust-lang/crates.io-index"
3447 - checksum = "115be68562840a2d96630116c0ef745431e608c5c67557f0025fdd7315da73bd"
3447 + checksum = "587b41c78ea53600fe756b277fb01b65ba373bf4198c52cc333c9273112a533e"
3448 3448 dependencies = [
3449 3449 "makeover-geometry",
3450 3450 "makeover-layout",
@@ -8373,14 +8373,18 @@
8373 8373 "winnow 1.0.4",
8374 8374 ]
8375 8375
8376 + [[patch.unused]]
8377 + name = "ops-status"
8378 + version = "0.1.0"
8379 +
8376 8380 [[patch.unused]]
8377 8381 name = "quasi-axum"
8378 8382 version = "0.2.0"
8379 8383
8380 8384 [[patch.unused]]
8381 - name = "quasi-store"
8382 - version = "0.1.0"
8385 + name = "quasi-immediate"
8386 + version = "0.2.0"
8383 8387
8384 8388 [[patch.unused]]
8385 - name = "ops-status"
8389 + name = "quasi-store"
8386 8390 version = "0.1.0"