Skip to main content

max / alloy_tui

Repin makeover-tui to 0.8.0
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-05 20:39 UTC
Signed with PGP, not checked
Commit: 92da02e25755794f74eab01803896145df33a7e8
Parent: a37bb06
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -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 = { version = "0.7.0", features = ["theme"] }
27 + makeover-tui = { version = "0.8.0", features = ["theme"] }
28 28
29 29 [lints.rust]
30 30 unused = "warn"