max / alloy_tui
1 file changed,
+5 insertions,
-10 deletions
| @@ -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" |