Skip to main content

max / goingson

Follow the makeover-layout 0.42.0 wave Manifest only. `links = "makeover-layout"` forbids two copies of the vocabulary in one graph, so a consumer cannot stay behind while the wave lands; this repo names none of the merged or deleted types.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
Author: Max Johnson <me@maxj.phd> · 2026-09-01 21:04 UTC
Signed with PGP, not checked
Commit: 9b85c8e3f4da29e6df4d61338c47529ffec6459e
Parent: 1789aae
3 files changed, +21 insertions, -23 deletions
M Cargo.lock +15 -17
@@ -3443,9 +3443,7 @@
3443 3443
3444 3444 [[package]]
3445 3445 name = "makeover-build"
3446 - version = "0.63.0"
3447 - source = "registry+https://github.com/rust-lang/crates.io-index"
3448 - checksum = "e6bac617f443bd197e965b00686c8648fac58902fed28434aeacaa7fbfcab502"
3446 + version = "0.64.0"
3449 3447 dependencies = [
3450 3448 "makeover",
3451 3449 "makeover-geometry",
@@ -3461,9 +3459,7 @@
3461 3459
3462 3460 [[package]]
3463 3461 name = "makeover-layout"
3464 - version = "0.41.2"
3465 - source = "registry+https://github.com/rust-lang/crates.io-index"
3466 - checksum = "f99de8062307b884315ffa57696427bfc846227d4b1d8b03ade031cd07c9eb2c"
3462 + version = "0.42.0"
3467 3463
3468 3464 [[package]]
3469 3465 name = "makeover-timing"
@@ -3476,9 +3472,7 @@
3476 3472
3477 3473 [[package]]
3478 3474 name = "makeover-touch"
3479 - version = "0.31.0"
3480 - source = "registry+https://github.com/rust-lang/crates.io-index"
3481 - checksum = "8b59944f2258db046b4c7ea325eaef71a9e681e854432cd88e1355ea891eecc1"
3475 + version = "0.32.0"
3482 3476 dependencies = [
3483 3477 "makeover-geometry",
3484 3478 "makeover-layout",
@@ -3486,9 +3480,7 @@
3486 3480
3487 3481 [[package]]
3488 3482 name = "makeover-tui"
3489 - version = "0.41.0"
3490 - source = "registry+https://github.com/rust-lang/crates.io-index"
3491 - checksum = "3d1ea0f2ab4d28552f7442f01688a8c65b4100a326c8cc79eadb0535a860dbe0"
3483 + version = "0.42.0"
3492 3484 dependencies = [
3493 3485 "makeover",
3494 3486 "makeover-layout",
@@ -3498,9 +3490,7 @@
3498 3490
3499 3491 [[package]]
3500 3492 name = "makeover-webview"
3501 - version = "0.70.0"
3502 - source = "registry+https://github.com/rust-lang/crates.io-index"
3503 - checksum = "ef402e7badce6073d49320837ec3262bfaa6f739561c0f4e27926e94fee29ad0"
3493 + version = "0.71.0"
3504 3494 dependencies = [
3505 3495 "makeover-geometry",
3506 3496 "makeover-layout",
@@ -8477,8 +8467,12 @@
8477 8467 ]
8478 8468
8479 8469 [[patch.unused]]
8480 - name = "ops-status"
8481 - version = "0.1.0"
8470 + name = "alloy_tui"
8471 + version = "13.0.0"
8472 +
8473 + [[patch.unused]]
8474 + name = "makeover-immediate"
8475 + version = "0.43.0"
8482 8476
8483 8477 [[patch.unused]]
8484 8478 name = "quasi-axum"
@@ -8495,3 +8489,7 @@
8495 8489 [[patch.unused]]
8496 8490 name = "quasi-store"
8497 8491 version = "0.1.0"
8492 +
8493 + [[patch.unused]]
8494 + name = "ops-status"
8495 + version = "0.1.0"
M Cargo.toml +1 -1
@@ -100,7 +100,7 @@
100 100 notify = "8.2"
101 101 notify-debouncer-mini = "0.7"
102 102 makeover = "3.2"
103 - makeover-tui = "0.41.0"
103 + makeover-tui = "0.42"
104 104 toml = "1.1"
105 105
106 106 # Enums
@@ -18,7 +18,7 @@
18 18 # Materialises all three generated files: themes/, geometry.css, layout.css,
19 19 # and holds both drift checks this build.rs used to carry itself: touch density
20 20 # as of 0.17, breakpoints as of 0.18.
21 - makeover-build = "0.63.0"
21 + makeover-build = "0.64"
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
@@ -28,8 +28,8 @@
28 28 # The table CSS is generated here too: the columns are this app's, so the
29 29 # shared helper cannot know them, but the tracks and the narrowing rules come
30 30 # from the description rather than from hand-written nth-child cuts.
31 - makeover-webview = "0.70.0"
32 - makeover-layout = "0.41.0"
31 + makeover-webview = "0.71"
32 + makeover-layout = "0.42"
33 33 # Width. Direct rather than through makeover-webview, because the narrow table
34 34 # pass keys off SizeClass::Compact and a boundary reached transitively is a
35 35 # boundary nobody pinned.
@@ -134,8 +134,8 @@
134 134 # The forms emitter and the description it renders. Runtime deps, not build:
135 135 # form markup depends on the value, the error and the options at the moment a
136 136 # modal opens, so it cannot be materialised the way the stylesheet is.
137 - makeover-webview = "0.70.0"
138 - makeover-layout = "0.41.0"
137 + makeover-webview = "0.71"
138 + makeover-layout = "0.42"
139 139 # Browser opening
140 140 open = { workspace = true }
141 141