Skip to main content

max / alloy_tui

Take makeover-tui 0.33.0
Author: Max Johnson <me@maxj.phd> · 2026-08-23 00:51 UTC
Signed with PGP, not checked
Commit: 7876fa8883a33633fe7b6798bf6a181ef405cbe4
Parent: 530ba76
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -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.31.0", features = ["theme"] }
32 + makeover-tui = { version = "0.33.0", features = ["theme"] }
33 33
34 34 [lints.rust]
35 35 unused = "warn"