Skip to main content

max / makeover-build

0.33.0: take makeover-webview 0.40.0 The requirement moved to 0.40.0 in 05e001a but the version did not, so the published 0.32.0 kept asking for ^0.39.0 while every other suite member was on 0.40.0. Under `links` that is a resolver error rather than a warning, so any consumer taking both makeover-build and makeover-webview 0.40.0 could not resolve at all.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-15 15:14 UTC
Signed with PGP, not checked
Commit: b6c32266b53898565e3976de4acbed146dfd9235
Parent: 05e001a
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-build"
3 - version = "0.32.0"
3 + version = "0.33.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"