Skip to main content

max / makeover-build

0.58.0: makeover 3.1.0 and makeover-webview 0.65.0 No code change. Carried by the theme-picker cascade (makeover-layout 518c650a): makeover-layout carries `links`, so a minor there moves every crate pinning it, and this pins makeover-webview's exact patch.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01AAbx8dxVmuVeyKbKoRrUL2
Author: Max Johnson <me@maxj.phd> · 2026-08-28 19:10 UTC
Signed with PGP, not checked
Commit: aba628fed96f3fbb0814c339995db4ed4d15bc8d
Parent: ded09cb
1 file changed, +3 insertions, -3 deletions
M Cargo.toml +3 -3
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-build"
3 - version = "0.57.0"
3 + version = "0.58.0"
4 4 edition = "2024"
5 5 description = "Build-script support for the make-family design system: materialise makeover's themes and makeover-webview's stylesheet into a Tauri app's frontend, once, instead of copying the same twenty lines into every consumer's build.rs."
6 6 license = "MIT"
@@ -19,7 +19,7 @@
19 19 # property whose value fails to substitute takes the whole declaration with it
20 20 # rather than degrading, so that failure is invisible until something looks
21 21 # wrong on screen.
22 - makeover = "3.0"
22 + makeover = "3.1"
23 23 # The exact patch, not the minor: the same discipline 0.13.1 was released for.
24 24 # An earlier patch in a minor can pin an older makeover-touch, which drags a
25 25 # second makeover-geometry into the graph alongside the one below and fails to
@@ -37,7 +37,7 @@
37 37 # a cell into a run of leaves, so "this text is a link" became a member the run
38 38 # holds rather than a field on one container, and the renderer needed a name for
39 39 # it that was not invented locally.
40 - makeover-webview = "0.64.0"
40 + makeover-webview = "0.65.0"
41 41 makeover-geometry = "0.7"
42 42 # 0.1.1, not 0.1.0: the cadence axis and `reduced_motion_css` are what
43 43 # `timing_css` emits, and 0.1.0 has neither. A consumer resolving 0.1.0 would