Skip to main content

max / balanced_breakfast

Take the makeover 0.41 line makeover-layout 0.41.0 adds Arrangement::Single. The cone moves together because makeover-layout carries `links`, so two versions in one graph is a resolver error rather than a warning.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01DwpiantpUgohzML4xr6KeQ
Author: Max Johnson <me@maxj.phd> · 2026-08-30 18:43 UTC
Signed with PGP, not checked
Commit: 1b790a8eb2e25b13869a1fb0a3814bf98edd4bc9
Parent: 52b3296
2 files changed, +17 insertions, -17 deletions
M Cargo.lock +16 -16
@@ -3186,9 +3186,9 @@
3186 3186
3187 3187 [[package]]
3188 3188 name = "makeover-build"
3189 - version = "0.62.0"
3189 + version = "0.63.0"
3190 3190 source = "registry+https://github.com/rust-lang/crates.io-index"
3191 - checksum = "44a6eac851cf98206f65d24021e4231bb75e923f9ab8c0cb0a3ec0bb5d5905be"
3191 + checksum = "e6bac617f443bd197e965b00686c8648fac58902fed28434aeacaa7fbfcab502"
3192 3192 dependencies = [
3193 3193 "makeover",
3194 3194 "makeover-geometry",
@@ -3204,9 +3204,9 @@
3204 3204
3205 3205 [[package]]
3206 3206 name = "makeover-layout"
3207 - version = "0.40.0"
3207 + version = "0.41.0"
3208 3208 source = "registry+https://github.com/rust-lang/crates.io-index"
3209 - checksum = "c2f7ecec1a7e3b5026f731aec88607a5856fc21945cca478d4130d08724deb96"
3209 + checksum = "668c1ae75b3cc6617b9ef840f7980b0f576a93564f244c920191c90794fc8e17"
3210 3210
3211 3211 [[package]]
3212 3212 name = "makeover-timing"
@@ -3219,9 +3219,9 @@
3219 3219
3220 3220 [[package]]
3221 3221 name = "makeover-touch"
3222 - version = "0.30.0"
3222 + version = "0.31.0"
3223 3223 source = "registry+https://github.com/rust-lang/crates.io-index"
3224 - checksum = "9c2111c223a33cb980a2cdc74ab784c428064bcf820a8e89c3cfb06fd6801f21"
3224 + checksum = "8b59944f2258db046b4c7ea325eaef71a9e681e854432cd88e1355ea891eecc1"
3225 3225 dependencies = [
3226 3226 "makeover-geometry",
3227 3227 "makeover-layout",
@@ -3229,9 +3229,9 @@
3229 3229
3230 3230 [[package]]
3231 3231 name = "makeover-webview"
3232 - version = "0.69.0"
3232 + version = "0.70.0"
3233 3233 source = "registry+https://github.com/rust-lang/crates.io-index"
3234 - checksum = "78d0f434b4a70830f0c647d1d67bcb19ef9e59e6ded2577bcc45901c0d1e2b37"
3234 + checksum = "ef402e7badce6073d49320837ec3262bfaa6f739561c0f4e27926e94fee29ad0"
3235 3235 dependencies = [
3236 3236 "makeover-geometry",
3237 3237 "makeover-layout",
@@ -8087,27 +8087,27 @@
8087 8087
8088 8088 [[patch.unused]]
8089 8089 name = "quasi-axum"
8090 - version = "0.80.0"
8090 + version = "0.81.0"
8091 8091
8092 8092 [[patch.unused]]
8093 8093 name = "quasi-basics"
8094 - version = "0.80.0"
8094 + version = "0.81.0"
8095 8095
8096 8096 [[patch.unused]]
8097 8097 name = "quasi-http"
8098 - version = "0.80.0"
8098 + version = "0.81.0"
8099 8099
8100 8100 [[patch.unused]]
8101 8101 name = "quasi-immediate"
8102 - version = "0.80.0"
8102 + version = "0.81.0"
8103 8103
8104 8104 [[patch.unused]]
8105 8105 name = "quasi-notifs"
8106 - version = "0.80.0"
8106 + version = "0.81.0"
8107 8107
8108 8108 [[patch.unused]]
8109 8109 name = "quasi-router"
8110 - version = "0.80.0"
8110 + version = "0.81.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.80.0"
8118 + version = "0.81.0"
8119 8119
8120 8120 [[patch.unused]]
8121 8121 name = "quasi-webview"
8122 - version = "0.80.0"
8122 + version = "0.81.0"
@@ -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.62.0"
21 + makeover-build = "0.63.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