Skip to main content

max / goingson

Take the published makeover suite makeover-layout 0.29.1, makeover-webview 0.49.0, makeover-tui 0.29.0, makeover-immediate 0.29.0, makeover-touch 0.21.0, makeover-build 0.44.0, all on crates.io. The four whose own source did not change still took a minor: makeover-layout carries links, so one copy of the vocabulary per graph, and a consumer cannot take the old renderer and the new vocabulary together. Locks settle here because the crates.io [patch] block that carried the cascade is out of ~/Code/.cargo/config.toml. Getting to take it out is the check that the cascade actually finished.
Author: Max Johnson <me@maxj.phd> · 2026-08-18 20:01 UTC
Signed with PGP, not checked
Commit: b5053eb740751022661b4446756bd05ac1045027
Parent: 0efe745
3 files changed, +20 insertions, -14 deletions
M Cargo.lock +16 -10
@@ -3443,7 +3443,9 @@
3443 3443
3444 3444 [[package]]
3445 3445 name = "makeover-build"
3446 - version = "0.43.0"
3446 + version = "0.44.0"
3447 + source = "registry+https://github.com/rust-lang/crates.io-index"
3448 + checksum = "59627b7bb1bdfbfa7051eaaecb19fd8f4bf24e5df56e06aeab129b255e016d82"
3447 3449 dependencies = [
3448 3450 "makeover",
3449 3451 "makeover-geometry",
@@ -3458,11 +3460,15 @@
3458 3460
3459 3461 [[package]]
3460 3462 name = "makeover-layout"
3461 - version = "0.29.0"
3463 + version = "0.29.1"
3464 + source = "registry+https://github.com/rust-lang/crates.io-index"
3465 + checksum = "61b8a93cc18532525df3662a1db90cde2f05cedefb9164c0f3dc4341c677de00"
3462 3466
3463 3467 [[package]]
3464 3468 name = "makeover-touch"
3465 - version = "0.20.0"
3469 + version = "0.21.0"
3470 + source = "registry+https://github.com/rust-lang/crates.io-index"
3471 + checksum = "a6cbe598e9b93683b4e66b8486aec5de7680a4f45924dd76e1bcc0bc193c27e4"
3466 3472 dependencies = [
3467 3473 "makeover-geometry",
3468 3474 "makeover-layout",
@@ -3470,7 +3476,9 @@
3470 3476
3471 3477 [[package]]
3472 3478 name = "makeover-tui"
3473 - version = "0.28.0"
3479 + version = "0.29.0"
3480 + source = "registry+https://github.com/rust-lang/crates.io-index"
3481 + checksum = "697acecdd33c4a59367e2a89238709d61f2bfe1d2acec302df994677f2082789"
3474 3482 dependencies = [
3475 3483 "makeover",
3476 3484 "makeover-layout",
@@ -3480,6 +3488,8 @@
3480 3488 [[package]]
3481 3489 name = "makeover-webview"
3482 3490 version = "0.49.0"
3491 + source = "registry+https://github.com/rust-lang/crates.io-index"
3492 + checksum = "dc026dc42232eb7f817520a17450b7b25c8fd908d9a45562be652d73b09ddf6a"
3483 3493 dependencies = [
3484 3494 "makeover-geometry",
3485 3495 "makeover-layout",
@@ -8488,8 +8498,8 @@
8488 8498 ]
8489 8499
8490 8500 [[patch.unused]]
8491 - name = "makeover-immediate"
8492 - version = "0.28.0"
8501 + name = "ops-status"
8502 + version = "0.1.0"
8493 8503
8494 8504 [[patch.unused]]
8495 8505 name = "quasi-axum"
@@ -8506,7 +8516,3 @@
8506 8516 [[patch.unused]]
8507 8517 name = "quasi-store"
8508 8518 version = "0.1.0"
8509 -
8510 - [[patch.unused]]
8511 - name = "ops-status"
8512 - version = "0.1.0"
M Cargo.toml +1 -1
@@ -105,7 +105,7 @@
105 105 notify = "8.2"
106 106 notify-debouncer-mini = "0.7"
107 107 makeover = "3.0"
108 - makeover-tui = "0.28.0"
108 + makeover-tui = "0.29.0"
109 109 toml = "1.1"
110 110
111 111 # 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.43.0"
21 + makeover-build = "0.44.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
@@ -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.49.0"
32 - makeover-layout = "0.29.0"
32 + makeover-layout = "0.29.1"
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.49.0"
128 - makeover-layout = "0.29.0"
128 + makeover-layout = "0.29.1"
129 129 # Browser opening
130 130 open = { workspace = true }
131 131