Skip to main content

max / alloy_tui

5.0.1, not 6.0.0 Corrects the version chosen in the previous commit, which was never tagged into a release. Max's call: the dep bumps are the whole diff, so the release is numbered for its size rather than for the strictest semver reading of the re-exported types.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-05 20:56 UTC
Signed with PGP, not checked
Commit: ac30f07084ae208a055324fc4359297f6dbc9979
Parent: c85611f
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 = "6.0.0"
3 + version = "5.0.1"
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.