Skip to main content

max / alloy_tui

15.0.0: follow makeover-tui to 0.44 A major rather than a patch, and the reason is `links` rather than this crate's own surface. `theme.rs` re-exports `makeover_tui::{Fidelity, Mode, ThemeError}`, so the public API is typed on makeover-tui; makeover-layout under it carries `links = "makeover-layout"`, which makes two versions of the vocabulary in one graph a resolver error rather than a warning. A consumer cannot hold alloy_tui 15 and makeover-tui 0.43 at once, and that is what a major says. Found by /deepunify, which is the point of its content check: local and index both read 14.0.0 while the published artifact pinned makeover-tui ^0.43 and the source had moved to ^0.44. Version equality is not the staleness check.
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:10 UTC
Signed with PGP, not checked
Commit: 36443b1c8500f90513dcf3fa631ee958890e8612
Parent: 567213c
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "alloy_tui"
3 - version = "14.0.0"
3 + version = "15.0.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.