Skip to main content

max / balanced_breakfast

Take makeover 3.0 and makeover-build 0.43
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-18 14:39 UTC
Signed with PGP, not checked
Commit: 243941df055ff4b9dd05c2aaaec2b93d52d271e0
Parent: ecd7e4d
3 files changed, +13 insertions, -13 deletions
M Cargo.lock +11 -11
@@ -3176,9 +3176,9 @@
3176 3176
3177 3177 [[package]]
3178 3178 name = "makeover"
3179 - version = "2.8.0"
3179 + version = "3.0.0"
3180 3180 source = "registry+https://github.com/rust-lang/crates.io-index"
3181 - checksum = "39b782e6e693c5134b50949f8c3407bb7d24a77b7f628281b0490c6380d65151"
3181 + checksum = "3e6da78c376074e48eb2324394004afc847e674e05ed2ea4bec1331073990b3f"
3182 3182 dependencies = [
3183 3183 "include_dir",
3184 3184 "serde",
@@ -3187,9 +3187,9 @@
3187 3187
3188 3188 [[package]]
3189 3189 name = "makeover-build"
3190 - version = "0.42.0"
3190 + version = "0.43.0"
3191 3191 source = "registry+https://github.com/rust-lang/crates.io-index"
3192 - checksum = "f9c1c61809fa3a15d56e50cd6baa4b96ff3ba62635bfad2c9e2232822785b771"
3192 + checksum = "71a7188f7131771586f9b8136b939f0a0117cc7cc3c118a44f08f4bf0f021ef8"
3193 3193 dependencies = [
3194 3194 "makeover",
3195 3195 "makeover-geometry",
@@ -8091,23 +8091,23 @@
8091 8091
8092 8092 [[patch.unused]]
8093 8093 name = "quasi-axum"
8094 - version = "0.21.0"
8094 + version = "0.27.0"
8095 8095
8096 8096 [[patch.unused]]
8097 8097 name = "quasi-basics"
8098 - version = "0.21.0"
8098 + version = "0.27.0"
8099 8099
8100 8100 [[patch.unused]]
8101 8101 name = "quasi-http"
8102 - version = "0.21.0"
8102 + version = "0.27.0"
8103 8103
8104 8104 [[patch.unused]]
8105 8105 name = "quasi-immediate"
8106 - version = "0.21.0"
8106 + version = "0.27.0"
8107 8107
8108 8108 [[patch.unused]]
8109 8109 name = "quasi-router"
8110 - version = "0.21.0"
8110 + version = "0.27.0"
8111 8111
8112 8112 [[patch.unused]]
8113 8113 name = "quasi-store"
@@ -8115,8 +8115,8 @@
8115 8115
8116 8116 [[patch.unused]]
8117 8117 name = "quasi-tauri"
8118 - version = "0.21.0"
8118 + version = "0.27.0"
8119 8119
8120 8120 [[patch.unused]]
8121 8121 name = "quasi-webview"
8122 - version = "0.21.0"
8122 + version = "0.27.0"
M Cargo.toml +1 -1
@@ -59,7 +59,7 @@
59 59 # Utilities
60 60 chrono = { version = "0.4.43", features = ["serde"] }
61 61 uuid = { version = "1.20.0", features = ["v4", "serde"] }
62 - makeover = "2.7"
62 + makeover = "3.0"
63 63 # The invariant half of the design system: relational spacing. makeover
64 64 # resolves colour, which a theme may override; this carries what no theme may.
65 65 toml = "1.1"
@@ -18,7 +18,7 @@
18 18 # Materialises the generated files: themes/, geometry.css, layout.css,
19 19 # typography.css. makeover and makeover-geometry reach the build script through
20 20 # here rather than as pins of their own.
21 - makeover-build = "0.42.0"
21 + makeover-build = "0.43.0"
22 22 # Cuts the two house faces into frontend/fonts/. A git dependency because
23 23 # quasi-type is `publish = false`, which is also why makeover-build cannot do
24 24 # this and only emits the CSS that fetches the result. The rev is the one