Skip to main content

max / alloy

Follow alloy_tui to 15: the makeover 0.44 vocabulary alloy_tui 15.0.0 is published against makeover-tui 0.44. Moving both pins in the same pass, per the tree's forward-fix rule: a consumer left on 14 would resolve makeover-tui 0.43, and makeover-layout carries `links`, so the two cannot coexist in one graph.
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-02 16:11 UTC
Signed with PGP, not checked
Commit: 0a7c49c8b7bb69a34e8176e1c490f3983eb36f99
Parent: 4547aa9
3 files changed, +56 insertions, -56 deletions
M Cargo.lock +54 -54
@@ -39,9 +39,9 @@
39 39
40 40 [[package]]
41 41 name = "alloy_tui"
42 - version = "14.0.0"
42 + version = "15.0.0"
43 43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 - checksum = "2938a71d04e645c72f8917b83f6d995eb07c64a5f6eef107f42394bfb903546c"
44 + checksum = "c4a954c9ceffb2f10d7004fbcb7aa844647d7da2b49ad4f58c0215ee73f78326"
45 45 dependencies = [
46 46 "makeover",
47 47 "makeover-geometry",
@@ -1158,9 +1158,9 @@
1158 1158
1159 1159 [[package]]
1160 1160 name = "makeover-layout"
1161 - version = "0.43.0"
1161 + version = "0.44.0"
1162 1162 source = "registry+https://github.com/rust-lang/crates.io-index"
1163 - checksum = "c0a9124f65373683ae4320b00bf4a6198b2554ef3ad3af2806b413ac164545fa"
1163 + checksum = "f4c5dd2718ddfe428033a2c55d810e3b567edf9273f148875c1aa0291735ae12"
1164 1164
1165 1165 [[package]]
1166 1166 name = "makeover-timing"
@@ -1173,9 +1173,9 @@
1173 1173
1174 1174 [[package]]
1175 1175 name = "makeover-tui"
1176 - version = "0.43.0"
1176 + version = "0.44.0"
1177 1177 source = "registry+https://github.com/rust-lang/crates.io-index"
1178 - checksum = "39fc9343435bdcbaef8a5f5e2910254b841b08171919c19795dc50be7b1910ba"
1178 + checksum = "a39ca8938ca1e082ce16ac772592bc81aa0a14c461c5ec0b60bf55b0728ae7e5"
1179 1179 dependencies = [
1180 1180 "makeover",
1181 1181 "makeover-layout",
@@ -2653,6 +2653,54 @@
2653 2653 "winnow",
2654 2654 ]
2655 2655
2656 + [[patch.unused]]
2657 + name = "docengine"
2658 + version = "0.7.0"
2659 +
2660 + [[patch.unused]]
2661 + name = "synckit-client"
2662 + version = "0.10.0"
2663 +
2664 + [[patch.unused]]
2665 + name = "synckit-config"
2666 + version = "0.2.0"
2667 +
2668 + [[patch.unused]]
2669 + name = "quasi-axum"
2670 + version = "0.99.0"
2671 +
2672 + [[patch.unused]]
2673 + name = "quasi-basics"
2674 + version = "0.99.0"
2675 +
2676 + [[patch.unused]]
2677 + name = "quasi-http"
2678 + version = "0.99.0"
2679 +
2680 + [[patch.unused]]
2681 + name = "quasi-immediate"
2682 + version = "0.99.0"
2683 +
2684 + [[patch.unused]]
2685 + name = "quasi-notifs"
2686 + version = "0.99.0"
2687 +
2688 + [[patch.unused]]
2689 + name = "quasi-router"
2690 + version = "0.99.0"
2691 +
2692 + [[patch.unused]]
2693 + name = "quasi-store"
2694 + version = "0.1.0"
2695 +
2696 + [[patch.unused]]
2697 + name = "quasi-tauri"
2698 + version = "0.99.0"
2699 +
2700 + [[patch.unused]]
2701 + name = "quasi-webview"
2702 + version = "0.99.0"
2703 +
2656 2704 [[patch.unused]]
2657 2705 name = "kberg"
2658 2706 version = "0.1.0"
@@ -2669,54 +2717,6 @@
2669 2717 name = "tagtree"
2670 2718 version = "0.4.1"
2671 2719
2672 - [[patch.unused]]
2673 - name = "quasi-axum"
2674 - version = "0.97.0"
2675 -
2676 - [[patch.unused]]
2677 - name = "quasi-basics"
2678 - version = "0.97.0"
2679 -
2680 - [[patch.unused]]
2681 - name = "quasi-http"
2682 - version = "0.97.0"
2683 -
2684 - [[patch.unused]]
2685 - name = "quasi-immediate"
2686 - version = "0.97.0"
2687 -
2688 - [[patch.unused]]
2689 - name = "quasi-notifs"
2690 - version = "0.97.0"
2691 -
2692 - [[patch.unused]]
2693 - name = "quasi-router"
2694 - version = "0.97.0"
2695 -
2696 - [[patch.unused]]
2697 - name = "quasi-store"
2698 - version = "0.1.0"
2699 -
2700 - [[patch.unused]]
2701 - name = "quasi-tauri"
2702 - version = "0.97.0"
2703 -
2704 - [[patch.unused]]
2705 - name = "quasi-webview"
2706 - version = "0.97.0"
2707 -
2708 2720 [[patch.unused]]
2709 2721 name = "quasi-type"
2710 2722 version = "0.1.3"
2711 -
2712 - [[patch.unused]]
2713 - name = "docengine"
2714 - version = "0.7.0"
2715 -
2716 - [[patch.unused]]
2717 - name = "synckit-client"
2718 - version = "0.10.0"
2719 -
2720 - [[patch.unused]]
2721 - name = "synckit-config"
2722 - version = "0.2.0"
@@ -13,7 +13,7 @@
13 13 path = "src/main.rs"
14 14
15 15 [dependencies]
16 - alloy_tui = "14"
16 + alloy_tui = "15"
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 = "14"
16 + alloy_tui = "15"
17 17 anyhow = "1"
18 18 clap = { version = "4", features = ["derive"] }
19 19 makeover.workspace = true