Skip to main content

max / alloy_tui

11.1.0: take makeover-tui 0.35.0
Author: Max Johnson <me@maxj.phd> · 2026-08-27 00:29 UTC
Signed with PGP, not checked
Commit: 00c6c6f82af66e84730c0d1086b04655564a64a3
Parent: 710f2db
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 = "11.0.0"
3 + version = "11.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.
@@ -29,7 +29,7 @@
29 29 # semver boundary, so a stale pin here holds the whole console on an old
30 30 # renderer rather than resolving forward. `Fidelity` and `Theme` are re-exported
31 31 # from this crate, so the renderer's public types are part of ours.
32 - makeover-tui = { version = "0.33.0", features = ["theme"] }
32 + makeover-tui = { version = "0.35.0", features = ["theme"] }
33 33
34 34 [lints.rust]
35 35 unused = "warn"