Skip to main content

max / makeover-tui

0.21.0: take makeover-layout 0.23.0 No code change. makeover-layout carries `links`, so a published sibling still requiring the old minor is a resolver error rather than a stale pin.
Author: Max Johnson <me@maxj.phd> · 2026-08-14 22:16 UTC
Signed with PGP, not checked
Commit: d689da61f4619573f68852a1e62ac8e584c349a8
Parent: 9781e40
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-tui"
3 - version = "0.20.0"
3 + version = "0.21.0"
4 4 edition = "2024"
5 5 description = "The terminal renderer for makeover-layout, on ratatui. Colour stops being the constraint above 256 entries; geometry never does, because an edge occupies a whole cell on every side."
6 6 license = "MIT"
@@ -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.22.0"
22 + makeover-layout = "0.23.0"
23 23 makeover = { version = "2.5", optional = true }
24 24
25 25 [lints.rust]