Skip to main content

max / alloy_tui

Take makeover-tui 0.15.0
Author: Max Johnson <me@maxj.phd> · 2026-08-12 16:54 UTC
Signed with PGP, not checked
Commit: 427d88c3247678eb594948075c567efbfd238adc
Parent: 0cff8f9
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.12.0", features = ["theme"] }
27 + makeover-tui = { version = "0.15.0", features = ["theme"] }
28 28
29 29 [lints.rust]
30 30 unused = "warn"