Skip to main content

max / makenotwork

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: d37d6d1a957ed9767e0291fb70113ed52f542a29
Parent: 7c5056d
1 file changed, +6 insertions, -2 deletions
@@ -5349,9 +5349,9 @@
5349 5349
5350 5350 [[package]]
5351 5351 name = "makeover-webview"
5352 - version = "0.35.0"
5352 + version = "0.35.1"
5353 5353 source = "registry+https://github.com/rust-lang/crates.io-index"
5354 - checksum = "115be68562840a2d96630116c0ef745431e608c5c67557f0025fdd7315da73bd"
5354 + checksum = "587b41c78ea53600fe756b277fb01b65ba373bf4198c52cc333c9273112a533e"
5355 5355 dependencies = [
5356 5356 "makeover-geometry",
5357 5357 "makeover-layout",
@@ -10687,6 +10687,10 @@
10687 10687 "pkg-config",
10688 10688 ]
10689 10689
10690 + [[patch.unused]]
10691 + name = "quasi-immediate"
10692 + version = "0.2.0"
10693 +
10690 10694 [[patch.unused]]
10691 10695 name = "quasi-store"
10692 10696 version = "0.1.0"