Skip to main content

max / alloy_tui

Release 4.1.0 on the current makeover suite Moves makeover 2.3.0 -> 2.4.1 and makeover-tui 0.4.1 -> 0.5.1, the latter of which is the point: makeover-tui's old caret pin held makeover-layout at 0.4.0, and this crate was the path by which that reached GoingsOn. GO linked makeover-layout twice, 0.4.0 down this chain and 0.6.0 by way of makeover-webview, so the crate whose whole job is shared types had Depth and Fill present as two unrelated types in one binary. Minor rather than major despite a bumped public re-export: makeover-tui 0.5.1 carries no source change from 0.4.1, only its own dependency bump, so Fidelity is identical. Verified rather than assumed -- alloy and goingson both build and pass against this unchanged, and both now resolve a single makeover-layout 0.6.0.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-31 17:54 UTC
Signed with PGP, not checked
Commit: 7de75642ea297380f00a060631a0d939f601d40c
Parent: b9e5ab3
1 file changed, +3 insertions, -3 deletions
M Cargo.toml +3 -3
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "alloy_tui"
3 - version = "4.0.1"
3 + version = "4.1.0"
4 4 description = "Alloy design system: makeover intents rendered as ratatui Color/Style, plus themed widgets for the alloy console and siblings."
5 5 edition = "2024"
6 6 # 1.88 is ratatui 0.30.2's floor, and 0.30.2 is where `Block::shadow` lands.
@@ -15,7 +15,7 @@
15 15 # both of which this crate resolves at load. A [patch.crates-io] stanza stood
16 16 # here while they were unpublished; it is gone, and so is the last reason this
17 17 # crate could not be published from a clean checkout.
18 - makeover = "2.3.0"
18 + makeover = "2.4.1"
19 19 makeover-geometry = "0.2.0"
20 20 # The family's terminal renderer, which owns the bevel painting, the fill, and
21 21 # the reading of what the terminal can show. 0.4.0 and not 0.3.0 because the
@@ -24,7 +24,7 @@
24 24 # because this crate quantises a whole theme off `Fidelity::detect`, and before
25 25 # that release an unrecognised TERM answered Ansi16, which cost a heavier frame
26 26 # when the renderer was the only consumer and costs a flattened theme now.
27 - makeover-tui = "0.4.1"
27 + makeover-tui = "0.5.1"
28 28
29 29 [lints.rust]
30 30 unused = "warn"