Skip to main content

max / makeover-build

0.26.0: follow makeover-webview 0.33 No source change. The generator emits through makeover-webview, so the cascade from makeover-layout 0.17.0 reaches here last and reaches here anyway. Worth stating because this crate has shipped a stale generator before: version equality is not the staleness check, and what makes this one safe is that the emitters are untouched and only the pin moved.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-12 19:16 UTC
Signed with PGP, not checked
Commit: c2017e48435d1008a94c504bbe51bb3dff3c456d
Parent: 9b4a31e
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-build"
3 - version = "0.25.0"
3 + version = "0.26.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"
@@ -32,7 +32,7 @@
32 32 # a cell into a run of leaves, so "this text is a link" became a member the run
33 33 # holds rather than a field on one container, and the renderer needed a name for
34 34 # it that was not invented locally.
35 - makeover-webview = "0.32.0"
35 + makeover-webview = "0.33.0"
36 36 makeover-geometry = "0.7"
37 37
38 38 [lints.rust]