Skip to main content

max / goingson

Take makeover-layout 0.29.0 Room and Fallback, wiki layout-room-and-fallback. Additive, so nothing here changes; the pin moves because links allows one copy of the vocabulary per graph and a minor cascades whether or not a consumer uses the new members.
Author: Max Johnson <me@maxj.phd> · 2026-08-18 19:13 UTC
Signed with PGP, not checked
Commit: 3ed81ddb2a016738197959769bdd08d2852312b8
Parent: 488de47
2 files changed, +9 insertions, -13 deletions
M Cargo.lock +7 -11
@@ -3460,15 +3460,11 @@
3460 3460
3461 3461 [[package]]
3462 3462 name = "makeover-layout"
3463 - version = "0.28.2"
3464 - source = "registry+https://github.com/rust-lang/crates.io-index"
3465 - checksum = "23a39310f0553033a02c056725a24295519e4d28ecb5597796fbfc7b2aa81dfa"
3463 + version = "0.29.0"
3466 3464
3467 3465 [[package]]
3468 3466 name = "makeover-touch"
3469 3467 version = "0.20.0"
3470 - source = "registry+https://github.com/rust-lang/crates.io-index"
3471 - checksum = "0f2f1181373d7a2762512060ebd0804910c456bc99e7d8263a7967dbb63c10a3"
3472 3468 dependencies = [
3473 3469 "makeover-geometry",
3474 3470 "makeover-layout",
@@ -3477,8 +3473,6 @@
3477 3473 [[package]]
3478 3474 name = "makeover-tui"
3479 3475 version = "0.28.0"
3480 - source = "registry+https://github.com/rust-lang/crates.io-index"
3481 - checksum = "6d0d5477580f4514a63a66c0955ea32323798fedcf78433c11769bee7ef65268"
3482 3476 dependencies = [
3483 3477 "makeover",
3484 3478 "makeover-layout",
@@ -3488,8 +3482,6 @@
3488 3482 [[package]]
3489 3483 name = "makeover-webview"
3490 3484 version = "0.48.0"
3491 - source = "registry+https://github.com/rust-lang/crates.io-index"
3492 - checksum = "62ed5f0d1d82e482e7fc7a933e9c84647a3f3ead0c14c4304a537c1820c3aaf2"
3493 3485 dependencies = [
3494 3486 "makeover-geometry",
3495 3487 "makeover-layout",
@@ -8497,6 +8489,10 @@
8497 8489 "winnow 1.0.4",
8498 8490 ]
8499 8491
8492 + [[patch.unused]]
8493 + name = "ops-status"
8494 + version = "0.1.0"
8495 +
8500 8496 [[patch.unused]]
8501 8497 name = "quasi-axum"
8502 8498 version = "0.27.0"
@@ -8514,5 +8510,5 @@
8514 8510 version = "0.1.0"
8515 8511
8516 8512 [[patch.unused]]
8517 - name = "ops-status"
8518 - version = "0.1.0"
8513 + name = "makeover-immediate"
8514 + version = "0.28.0"
@@ -29,7 +29,7 @@
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 31 makeover-webview = "0.48.0"
32 - makeover-layout = "0.28.2"
32 + makeover-layout = "0.29.0"
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.
@@ -125,7 +125,7 @@
125 125 # form markup depends on the value, the error and the options at the moment a
126 126 # modal opens, so it cannot be materialised the way the stylesheet is.
127 127 makeover-webview = "0.48.0"
128 - makeover-layout = "0.28.2"
128 + makeover-layout = "0.29.0"
129 129 # Browser opening
130 130 open = { workspace = true }
131 131