max / alloy_tui
1 file changed,
+2 insertions,
-2 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | [package] | |
| 2 | 2 | name = "alloy_tui" | |
| 3 | - | version = "11.0.0" | |
| 3 | + | version = "11.1.0" | |
| 4 | 4 | description = "Alloy design system: makeover intents rendered as ratatui Color/Style, plus themed widgets for the alloy console and siblings." | |
| 5 | 5 | edition = "2024" | |
| 6 | 6 | # 1.88 is ratatui 0.30.2's floor, and 0.30.2 is where `Block::shadow` lands. | |
| @@ -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.33.0", features = ["theme"] } | |
| 32 | + | makeover-tui = { version = "0.35.0", features = ["theme"] } | |
| 33 | 33 | ||
| 34 | 34 | [lints.rust] | |
| 35 | 35 | unused = "warn" |