Skip to main content

max / alloy_tui

makeover-tui 0.36.0
Author: Max Johnson <me@maxj.phd> · 2026-08-27 23:31 UTC
Signed with PGP, not checked
Commit: 81ddcc53733a8cc8de1e5ee84412bfc7455e86e9
Parent: 6b502f5
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.35.0", features = ["theme"] }
32 + makeover-tui = { version = "0.36.0", features = ["theme"] }
33 33
34 34 [lints.rust]
35 35 unused = "warn"