Skip to main content

max / alloy_tui

1.0.0, on makeover 1.0.0 Same reasoning as makeover: 0.x majors were splitting the dependency graph. got and alloy already drifted onto different 0.1.x builds of this crate, which under 1.x would have resolved to one.
Author: Max Johnson <me@maxj.phd> · 2026-07-19 21:36 UTC
Commit: bc2720cc31bfbf86434b8f3502dc443421d191cc
Parent: aee287d
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "alloy_tui"
3 - version = "0.1.1"
3 + version = "1.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 rust-version = "1.86"
@@ -10,4 +10,4 @@ authors = ["Max Johnson <me@maxj.phd>"]
10 10
11 11 [dependencies]
12 12 ratatui = "0.30"
13 - makeover = "0.10.0"
13 + makeover = "1.0.0"