Skip to main content

max / alloy_tui

Take makeover-tui 0.25
Author: Max Johnson <me@maxj.phd> · 2026-08-16 01:54 UTC
Signed with PGP, not checked
Commit: 35b3fd3bb464bb1a535ebd4c7580b9fb30504180
Parent: 1aff0a2
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.18.0", features = ["theme"] }
27 + makeover-tui = { version = "0.25.0", features = ["theme"] }
28 28
29 29 [lints.rust]
30 30 unused = "warn"