Skip to main content

max / makeover-build

0.14.1: take makeover-webview 0.22.1 Picks up the exact-patch pin on makeover-touch, so a consumer lock can no longer keep touch 0.8.0 and a second makeover-geometry beside it.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-10 15:17 UTC
Signed with PGP, not checked
Commit: 79b699f2d958b24035165b6c6c6917c01e079c83
Parent: 646a587
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.14.0"
3 + version = "0.14.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.22.0"
23 + makeover-webview = "0.22.1"
24 24 makeover-geometry = "0.7"
25 25
26 26 [lints.rust]