Skip to main content

max / makeover-build

Take makeover-webview 0.18 Minor rather than patch because the generated stylesheet changes: 0.18 emits the row token strip, so a consumer's layout.css gains a .row-tokens rule it did not have. That is output, not just a pin. This was also the last crate holding makeover-layout 0.8 in the tree. It reached it through makeover-webview 0.17 and makeover-touch 0.4 as a build-dependency chain, which is why goingson still resolved two copies of the vocabulary after every runtime pin had moved.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-09 02:22 UTC
Signed with PGP, not checked
Commit: e1fa00ed88236911e7c757b3e2215fb4a7cbfa95
Parent: 9b8abf7
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.9.0"
3 + version = "0.10.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"
@@ -8,7 +8,7 @@
8 8
9 9 [dependencies]
10 10 makeover = "2.4"
11 - makeover-webview = "0.17"
11 + makeover-webview = "0.18"
12 12 makeover-geometry = "0.6"
13 13
14 14 [lints.rust]