Skip to main content

max / alloy_tui

Take makeover-tui 0.31.0 Dependency bump only, forced by makeover-layout's `links`: the curve cascade moves the whole graph together or it does not resolve.
Author: Max Johnson <me@maxj.phd> · 2026-08-21 17:37 UTC
Signed with PGP, not checked
Commit: 530ba76f98bca548f221fc65957b3b3ca77dad38
Parent: 27988c5
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.30.0", features = ["theme"] }
32 + makeover-tui = { version = "0.31.0", features = ["theme"] }
33 33
34 34 [lints.rust]
35 35 unused = "warn"