Skip to main content

max / goingson

Take makeover-webview 0.37.0 and makeover-build 0.30.0
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 19:33 UTC
Signed with PGP, not checked
Commit: 8bd86a05a47470f938726e09e7372c0ef33ed057
Parent: cb33992
1 file changed, +3 insertions, -3 deletions
@@ -18,11 +18,11 @@
18 18 # Materialises all three generated files: themes/, geometry.css, layout.css,
19 19 # and holds both drift checks this build.rs used to carry itself: touch density
20 20 # as of 0.17, breakpoints as of 0.18.
21 - makeover-build = "0.29.0"
21 + makeover-build = "0.30.0"
22 22 # The table CSS is generated here too: the columns are this app's, so the
23 23 # shared helper cannot know them, but the tracks and the narrowing rules come
24 24 # from the description rather than from hand-written nth-child cuts.
25 - makeover-webview = "0.36.0"
25 + makeover-webview = "0.37.0"
26 26 makeover-layout = "0.21.0"
27 27 # Width. Direct rather than through makeover-webview, because the narrow table
28 28 # pass keys off SizeClass::Compact and a boundary reached transitively is a
@@ -112,7 +112,7 @@
112 112 # The forms emitter and the description it renders. Runtime deps, not build:
113 113 # form markup depends on the value, the error and the options at the moment a
114 114 # modal opens, so it cannot be materialised the way the stylesheet is.
115 - makeover-webview = "0.36.0"
115 + makeover-webview = "0.37.0"
116 116 makeover-layout = "0.21.0"
117 117 # Browser opening
118 118 open = { workspace = true }