Skip to main content

max / makeover-build

0.20.1: take makeover-webview 0.25.1, which is the one-makeover-layout graph Nothing here changed. 0.25.1 pins makeover-touch 0.8.2, which is where the duplicate makeover-layout was coming from, and this is the manifest a consumer resolves through.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-11 18:32 UTC
Signed with PGP, not checked
Commit: 4cde79710ed881b2d587bc146b517dcf230d553c
Parent: 894aad3
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.20.0"
3 + version = "0.20.1"
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"
@@ -20,7 +20,7 @@
20 20 # second makeover-geometry into the graph alongside the one below and fails to
21 21 # compile on `Density` being nominally distinct. The exact patch is what keeps
22 22 # the geometry axis single.
23 - makeover-webview = "0.25.0"
23 + makeover-webview = "0.25.1"
24 24 makeover-geometry = "0.7"
25 25
26 26 [lints.rust]