Skip to main content

max / alloy

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: 1d2d549aeb4e682af89a394507d8bb7787e110b7
Parent: d2ec40a
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -12,7 +12,7 @@
12 12
13 13 [workspace.dependencies]
14 14 ratatui = "0.30"
15 - makeover = "2.2.0"
15 + makeover = "2.3.0"
16 16
17 17 [profile.release]
18 18 lto = "thin"