Skip to main content

max / alloy

Follow the makeover-layout 0.43.0 wave Manifest only. `links = "makeover-layout"` forbids a consumer staying behind while the wave lands.
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 22:07 UTC
Signed with PGP, not checked
Commit: 8ff9bc9ae2771415c213c7dddf4e697863c945dc
Parent: efea380
3 files changed, +18 insertions, -28 deletions
M Cargo.lock +16 -26
@@ -40,6 +40,8 @@
40 40 [[package]]
41 41 name = "alloy_tui"
42 42 version = "13.0.0"
43 + source = "registry+https://github.com/rust-lang/crates.io-index"
44 + checksum = "2f1a0fb16ed2d1258978166bc645e2e2ab6cbee45787754501a29d65470048e4"
43 45 dependencies = [
44 46 "makeover",
45 47 "makeover-geometry",
@@ -1157,6 +1159,8 @@
1157 1159 [[package]]
1158 1160 name = "makeover-layout"
1159 1161 version = "0.42.0"
1162 + source = "registry+https://github.com/rust-lang/crates.io-index"
1163 + checksum = "662f6e429e96748bd0d6690963df98af2224adfa26e9b30789eb72b1cb044a09"
1160 1164
1161 1165 [[package]]
1162 1166 name = "makeover-timing"
@@ -1170,6 +1174,8 @@
1170 1174 [[package]]
1171 1175 name = "makeover-tui"
1172 1176 version = "0.42.0"
1177 + source = "registry+https://github.com/rust-lang/crates.io-index"
1178 + checksum = "ab81296f40acfc84a4fa3d7a09a47e3d57c72256819f8868bf3ff08dac6f111c"
1173 1179 dependencies = [
1174 1180 "makeover",
1175 1181 "makeover-layout",
@@ -2647,18 +2653,6 @@
2647 2653 "winnow",
2648 2654 ]
2649 2655
2650 - [[patch.unused]]
2651 - name = "synckit-client"
2652 - version = "0.10.0"
2653 -
2654 - [[patch.unused]]
2655 - name = "synckit-config"
2656 - version = "0.2.0"
2657 -
2658 - [[patch.unused]]
2659 - name = "docengine"
2660 - version = "0.7.0"
2661 -
2662 2656 [[patch.unused]]
2663 2657 name = "quasi-axum"
2664 2658 version = "0.97.0"
@@ -2696,24 +2690,16 @@
2696 2690 version = "0.97.0"
2697 2691
2698 2692 [[patch.unused]]
2699 - name = "quasi-type"
2700 - version = "0.1.3"
2693 + name = "synckit-client"
2694 + version = "0.10.0"
2701 2695
2702 2696 [[patch.unused]]
2703 - name = "makeover-build"
2704 - version = "0.64.0"
2697 + name = "synckit-config"
2698 + version = "0.2.0"
2705 2699
2706 2700 [[patch.unused]]
2707 - name = "makeover-immediate"
2708 - version = "0.43.0"
2709 -
2710 - [[patch.unused]]
2711 - name = "makeover-touch"
2712 - version = "0.32.0"
2713 -
2714 - [[patch.unused]]
2715 - name = "makeover-webview"
2716 - version = "0.71.0"
2701 + name = "docengine"
2702 + version = "0.7.0"
2717 2703
2718 2704 [[patch.unused]]
2719 2705 name = "kberg"
@@ -2730,3 +2716,7 @@
2730 2716 [[patch.unused]]
2731 2717 name = "tagtree"
2732 2718 version = "0.4.1"
2719 +
2720 + [[patch.unused]]
2721 + name = "quasi-type"
2722 + version = "0.1.3"
@@ -13,7 +13,7 @@
13 13 path = "src/main.rs"
14 14
15 15 [dependencies]
16 - alloy_tui = "13"
16 + alloy_tui = "14"
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 = "13"
16 + alloy_tui = "14"
17 17 anyhow = "1"
18 18 clap = { version = "4", features = ["derive"] }
19 19 makeover.workspace = true