max / alloy_tui
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_0136sbU8F6i9WrcvA3wn4Lgk
1 file changed,
+1 insertion,
-1 deletion
| @@ -29,7 +29,7 @@ | |||
| 29 | 29 | # semver boundary, so a stale pin here holds the whole console on an old | |
| 30 | 30 | # renderer rather than resolving forward. `Fidelity` and `Theme` are re-exported | |
| 31 | 31 | # from this crate, so the renderer's public types are part of ours. | |
| 32 | - | makeover-tui = { version = "0.36.0", features = ["theme"] } | |
| 32 | + | makeover-tui = { version = "0.40.0", features = ["theme"] } | |
| 33 | 33 | ||
| 34 | 34 | [lints.rust] | |
| 35 | 35 | unused = "warn" |