max / alloy_tui
1 file changed,
+1 insertion,
-1 deletion
| @@ -24,7 +24,7 @@ | |||
| 24 | 24 | # because this crate quantises a whole theme off `Fidelity::detect`, and before | |
| 25 | 25 | # that release an unrecognised TERM answered Ansi16, which cost a heavier frame | |
| 26 | 26 | # when the renderer was the only consumer and costs a flattened theme now. | |
| 27 | - | makeover-tui = { version = "0.25.0", features = ["theme"] } | |
| 27 | + | makeover-tui = { version = "0.26.0", features = ["theme"] } | |
| 28 | 28 | ||
| 29 | 29 | [lints.rust] | |
| 30 | 30 | unused = "warn" |