Skip to main content

max / alloy

Pin the makeover suite to current The suite went out today: makeover 2.4.1 (the re-ramped parchment), makeover-tui 0.5.1 and makeover-immediate 0.4.1 (both onto makeover-layout 0.6.0), makeover-build 0.2.0 and alloy_tui 4.1.0. The pins that mattered were the 0.x ones. A caret on 0.4.0 accepts nothing past 0.5, so the two renderers could never see layout 0.6 no matter how often the tree was rebuilt, where a caret on makeover 2.3.0 had been resolving to 2.4.1 all along and only read as stale.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-31 18:01 UTC
Signed with PGP, not checked
Commit: 9a574a72f869c89fbd1793ffcffc5adf015403b4
Parent: a45f5a8
4 files changed, +11 insertions, -11 deletions
M Cargo.lock +8 -8
@@ -37,9 +37,9 @@
37 37
38 38 [[package]]
39 39 name = "alloy_tui"
40 - version = "4.0.1"
40 + version = "4.1.0"
41 41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 - checksum = "29853f363f07ca5c866b6f85d0bb82b38044aac0d74f862a7f0e073d11f2f7ac"
42 + checksum = "5cf116bef7cc46acf2d27c2958127cca7508616578dbd82ac1949106509508c7"
43 43 dependencies = [
44 44 "makeover",
45 45 "makeover-geometry",
@@ -896,9 +896,9 @@
896 896
897 897 [[package]]
898 898 name = "makeover"
899 - version = "2.4.0"
899 + version = "2.4.1"
900 900 source = "registry+https://github.com/rust-lang/crates.io-index"
901 - checksum = "d19ed56441037cdf7c810eca04918cb320d065386e3b46a74e87fe69f966197d"
901 + checksum = "b0a796c931419e54dd71a8aaa7d62230730e958f3101d37d4c1d3ab7b541b38e"
902 902 dependencies = [
903 903 "include_dir",
904 904 "serde",
@@ -913,15 +913,15 @@
913 913
914 914 [[package]]
915 915 name = "makeover-layout"
916 - version = "0.4.0"
916 + version = "0.6.0"
917 917 source = "registry+https://github.com/rust-lang/crates.io-index"
918 - checksum = "bab23683bb15b9855a8fd7f22d71d72500b99c310cb3ffdbad0ff73833a2e320"
918 + checksum = "ad745601b5220b2244d73a5da3f3854aefe4cdc955dd45c6d3aa5781ad645f5a"
919 919
920 920 [[package]]
921 921 name = "makeover-tui"
922 - version = "0.4.1"
922 + version = "0.5.1"
923 923 source = "registry+https://github.com/rust-lang/crates.io-index"
924 - checksum = "09697f0990426e98777b31261feaa16f9fcab6d32d7fe4bd0a02e127267176b3"
924 + checksum = "70b1561cdd6db865a4a427d49c4752d4bac53a0e2c6038e869ea95ab808469ff"
925 925 dependencies = [
926 926 "makeover-layout",
927 927 "ratatui",
M Cargo.toml +1 -1
@@ -12,7 +12,7 @@
12 12
13 13 [workspace.dependencies]
14 14 ratatui = "0.30"
15 - makeover = "2.4.0"
15 + makeover = "2.4.1"
16 16
17 17 [profile.release]
18 18 lto = "thin"
@@ -13,7 +13,7 @@
13 13 path = "src/main.rs"
14 14
15 15 [dependencies]
16 - alloy_tui = "4.0.1"
16 + alloy_tui = "4.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 = "4.0.1"
16 + alloy_tui = "4.1.0"
17 17 anyhow = "1"
18 18 clap = { version = "4", features = ["derive"] }
19 19 makeover.workspace = true