Skip to main content

max / alloy_tui

State makeover 2.3.0 rather than 2.2.0 Caret already resolved 2.3.0, so this changes nothing about what builds; it stops the manifest naming a version older than anything in the tree actually uses, which is what made the real staleness elsewhere hard to spot. Compiles clean.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-30 12:30 UTC
Signed with PGP, not checked
Commit: 780c71ca9d55bd83eaf7a295c87999d75acec669
Parent: 8c4cb12
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -15,7 +15,7 @@
15 15 # both of which this crate resolves at load. A [patch.crates-io] stanza stood
16 16 # here while they were unpublished; it is gone, and so is the last reason this
17 17 # crate could not be published from a clean checkout.
18 - makeover = "2.2.0"
18 + makeover = "2.3.0"
19 19 makeover-geometry = "0.2.0"
20 20
21 21 [lints.rust]