Skip to main content

max / makeover-build

Release 0.2.0, publishing three unshipped dependency bumps The crate has been pinning newer makeover-webview since 0.7.0 without ever going out, so crates.io still served 0.1.0 against webview ^0.1.0. Version equality hid it: local and published both read 0.1.0 while the source underneath had moved three times. What that cost a consumer is the whole component set. The 0.1.0 generator emits a layout.css carrying .raised and .well and nothing else, so the MNW server took this crate by path rather than from the registry to get .button, .card, .field, .chip, .tab, .segment, .toggle, .progress, .badge and .row at all. Minor rather than patch: the emitted stylesheet changes substantially, which is a behaviour change even though no signature moved. Also moves the makeover floor to 2.4.1, the re-ramped parchment.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-31 17:36 UTC
Signed with PGP, not checked
Commit: 515f328f80377c350e66dbdfc9689dec8fd39476
Parent: 6e9d396
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,13 +1,13 @@
1 1 [package]
2 2 name = "makeover-build"
3 - version = "0.1.0"
3 + version = "0.2.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"
7 7 repository = "https://makenot.work/git/max/makeover-build"
8 8
9 9 [dependencies]
10 - makeover = "2.3.0"
10 + makeover = "2.4.1"
11 11 makeover-webview = "0.9.0"
12 12 makeover-geometry = "0.2.0"
13 13