Skip to main content

max / alloy

Take alloy_tui 7.1.0, and hold makeover at 2.5.1 alloy_tui 7.1.0 declares makeover-tui ^0.26.0, so alloy and skelgen stop resolving makeover-tui 0.18.0 out of the registry. The lock moves makeover-tui 0.18.0 to 0.26.0 and makeover-layout 0.19.0 to 0.27.5 with it. makeover goes back to 2.5.1, reverting 2d633d8. Its 2.6.0 derives content.muted rather than reading it, which moves akari-dawn's from #514b45 to #67635f, and skelgen bakes that slot into the console vtrgb table as ANSI 8. That is a palette change on installed machines, not a stale expectation, so it waits on the ramp decision in makeover 85ad7547 rather than being absorbed here.
Author: Max Johnson <me@maxj.phd> · 2026-08-16 23:06 UTC
Signed with PGP, not checked
Commit: 7c27f87ac89f6740407ca0fddf284b1b5587ac2d
Parent: 2d633d8
3 files changed, +38 insertions, -38 deletions
M Cargo.lock +36 -36
@@ -39,9 +39,9 @@
39 39
40 40 [[package]]
41 41 name = "alloy_tui"
42 - version = "7.0.0"
42 + version = "7.1.0"
43 43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 - checksum = "346432092f408da2c6d4c7f5a1ca774a8eafb28f7bedf286602cfd5f9fe3f823"
44 + checksum = "dce9a2fead033a4590d9ef0ec8b0111972750e8cc775dd59abdabced4dbee65d"
45 45 dependencies = [
46 46 "makeover",
47 47 "makeover-geometry",
@@ -1141,9 +1141,9 @@
1141 1141
1142 1142 [[package]]
1143 1143 name = "makeover"
1144 - version = "2.6.0"
1144 + version = "2.5.1"
1145 1145 source = "registry+https://github.com/rust-lang/crates.io-index"
1146 - checksum = "63f2504fc551cc50ca2766440ee1addd2452bfad02ec203411afe94a7d0a47a7"
1146 + checksum = "556c88d4ad0f25579e984dc5c9d86429a9c4d70a8b811253d4e807556b514311"
1147 1147 dependencies = [
1148 1148 "include_dir",
1149 1149 "serde",
@@ -1158,15 +1158,15 @@
1158 1158
1159 1159 [[package]]
1160 1160 name = "makeover-layout"
1161 - version = "0.19.0"
1161 + version = "0.27.5"
1162 1162 source = "registry+https://github.com/rust-lang/crates.io-index"
1163 - checksum = "2c5e6bd13bcf40df8f4eae9736591a1ecef32aedc7205eb497e0633a8a9d2b35"
1163 + checksum = "ed4a0a89e118db1cc010c72e696741b3701c83bfe6bec5db06e29515b4c1d216"
1164 1164
1165 1165 [[package]]
1166 1166 name = "makeover-tui"
1167 - version = "0.18.0"
1167 + version = "0.26.0"
1168 1168 source = "registry+https://github.com/rust-lang/crates.io-index"
1169 - checksum = "a9a012eac65ca4284b98b4da74f23bbd7753d046e2cce15b764bf8913b1a9d8d"
1169 + checksum = "4f53b048e40476d8b7ac0570ee656d897c0e3143e2c4be171ed44071b1b3712c"
1170 1170 dependencies = [
1171 1171 "makeover",
1172 1172 "makeover-layout",
@@ -2643,6 +2643,34 @@
2643 2643 "winnow",
2644 2644 ]
2645 2645
2646 + [[patch.unused]]
2647 + name = "kberg"
2648 + version = "0.1.0"
2649 +
2650 + [[patch.unused]]
2651 + name = "ops-status"
2652 + version = "0.1.0"
2653 +
2654 + [[patch.unused]]
2655 + name = "painhours"
2656 + version = "0.1.0"
2657 +
2658 + [[patch.unused]]
2659 + name = "tagtree"
2660 + version = "0.4.0"
2661 +
2662 + [[patch.unused]]
2663 + name = "synckit-client"
2664 + version = "0.8.0"
2665 +
2666 + [[patch.unused]]
2667 + name = "synckit-config"
2668 + version = "0.2.0"
2669 +
2670 + [[patch.unused]]
2671 + name = "docengine"
2672 + version = "0.7.0"
2673 +
2646 2674 [[patch.unused]]
2647 2675 name = "quasi-axum"
2648 2676 version = "0.18.0"
@@ -2674,31 +2702,3 @@
2674 2702 [[patch.unused]]
2675 2703 name = "quasi-webview"
2676 2704 version = "0.18.0"
2677 -
2678 - [[patch.unused]]
2679 - name = "kberg"
2680 - version = "0.1.0"
2681 -
2682 - [[patch.unused]]
2683 - name = "ops-status"
2684 - version = "0.1.0"
2685 -
2686 - [[patch.unused]]
2687 - name = "painhours"
2688 - version = "0.1.0"
2689 -
2690 - [[patch.unused]]
2691 - name = "tagtree"
2692 - version = "0.4.0"
2693 -
2694 - [[patch.unused]]
2695 - name = "docengine"
2696 - version = "0.7.0"
2697 -
2698 - [[patch.unused]]
2699 - name = "synckit-client"
2700 - version = "0.8.0"
2701 -
2702 - [[patch.unused]]
2703 - name = "synckit-config"
2704 - version = "0.2.0"
@@ -13,7 +13,7 @@
13 13 path = "src/main.rs"
14 14
15 15 [dependencies]
16 - alloy_tui = "7.0.0"
16 + alloy_tui = "7.1.0"
17 17 anyhow = "1"
18 18 clap = { version = "4", features = ["derive"] }
19 19 ratatui.workspace = true
@@ -13,7 +13,7 @@
13 13 path = "src/main.rs"
14 14
15 15 [dependencies]
16 - alloy_tui = "7.0.0"
16 + alloy_tui = "7.1.0"
17 17 anyhow = "1"
18 18 clap = { version = "4", features = ["derive"] }
19 19 makeover.workspace = true