Skip to main content

max / makeover-tui

Take makeover-layout 0.35.0 `Candidate` arrives beside `Choice`, which is additive here: nothing in this crate reads a suggestion list. The bump is the same-pass forward fix rather than an adoption, so that the tree resolves against one layout version.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-22 02:56 UTC
Signed with PGP, not checked
Commit: 850b02976281dfd518bf13f14d7306ea3c192fe4
Parent: 4c70579
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -19,7 +19,7 @@
19 19 # compile against an API added in a later one -- which is what `Depth::Overlay`
20 20 # would do here. The rest of the suite has pinned this way since
21 21 # makeover-webview found it the hard way.
22 - makeover-layout = "0.34.0"
22 + makeover-layout = "0.35.0"
23 23 makeover = { version = "3.0", optional = true }
24 24
25 25 [lints.rust]