Skip to main content

max / balanced_breakfast

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: 16bd8b594b0c93cf6b509468ebd0caafce5da211
Parent: f9560b8
1 file changed, +6 insertions, -2 deletions
M Cargo.lock +6 -2
@@ -3174,9 +3174,9 @@
3174 3174
3175 3175 [[package]]
3176 3176 name = "makeover-webview"
3177 - version = "0.35.0"
3177 + version = "0.35.1"
3178 3178 source = "registry+https://github.com/rust-lang/crates.io-index"
3179 - checksum = "115be68562840a2d96630116c0ef745431e608c5c67557f0025fdd7315da73bd"
3179 + checksum = "587b41c78ea53600fe756b277fb01b65ba373bf4198c52cc333c9273112a533e"
3180 3180 dependencies = [
3181 3181 "makeover-geometry",
3182 3182 "makeover-layout",
@@ -7948,6 +7948,10 @@
7948 7948 name = "quasi-http"
7949 7949 version = "0.2.0"
7950 7950
7951 + [[patch.unused]]
7952 + name = "quasi-immediate"
7953 + version = "0.2.0"
7954 +
7951 7955 [[patch.unused]]
7952 7956 name = "quasi-router"
7953 7957 version = "0.2.0"