Skip to main content

max / alloy_tui

Drop the makeover patch: 2.2.0 is published The bevel intents and the 256-color palette are on crates.io now, so the TEMPORARY stanza the comment promised to remove is gone. This crate builds and packages from a clean checkout with no path deps left.
Author: Max Johnson <me@maxj.phd> · 2026-07-27 02:33 UTC
Signed with PGP, not checked
Commit: fa456ffb2e2187e03e042470fb709a8553e9f229
Parent: 8210f16
1 file changed, +5 insertions, -10 deletions
M Cargo.toml +5 -10
@@ -11,18 +11,13 @@
11 11
12 12 [dependencies]
13 13 ratatui = "0.30"
14 - makeover = "2.1.0"
15 - # Published, and no patch stanza: unlike makeover below, the registry copy of
16 - # 0.1.0 is byte-identical to the tree, so a path dep would buy nothing and hide
17 - # a divergence if one ever appeared.
14 + # 2.2.0 is the release carrying the bevel intents and the 256-color palette,
15 + # both of which this crate resolves at load. A [patch.crates-io] stanza stood
16 + # here while they were unpublished; it is gone, and so is the last reason this
17 + # crate could not be published from a clean checkout.
18 + makeover = "2.2.0"
18 19 makeover-geometry = "0.1.0"
19 20
20 - # TEMPORARY. The bevel intents and the 256-color palette are in makeover's tree
21 - # and not yet on crates.io. Remove this the moment makeover publishes them, and
22 - # raise the requirement above to that release.
23 - [patch.crates-io]
24 - makeover = { path = "../makeover" }
25 -
26 21 [lints.rust]
27 22 unused = "warn"
28 23 unreachable_pub = "warn"