Skip to main content

max / makeover-build

0.21.0: take makeover-webview 0.28.0, the one that cannot be doubled 0.28.0 and makeover-layout 0.16.0 declare `links`, so an app whose direct pin and this crate's transitive pin disagree now fails to resolve instead of generating its stylesheet and its markup off two vocabularies. This crate is where that skew came from, so it moves first among the consumers.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-12 01:18 UTC
Commit: 28524fea1de741a206f7459fd3007435e047b201
Parent: a87d8fa
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.3"
3 + version = "0.21.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"
@@ -27,7 +27,7 @@
27 27 # and HTML were generated by two crates that never agreed. quasi-webview takes
28 28 # 0.27.0, so a generated app resolved 0.26 through this build dependency and
29 29 # 0.27 through its renderer until this line moved.
30 - makeover-webview = "0.27.0"
30 + makeover-webview = "0.28.0"
31 31 makeover-geometry = "0.7"
32 32
33 33 [lints.rust]