Take makeover 2.4.0 from the registry
2 files changed,
+2 insertions,
-7 deletions
| 897 |
897 |
|
[[package]]
|
| 898 |
898 |
|
name = "makeover"
|
| 899 |
899 |
|
version = "2.4.0"
|
|
900 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
901 |
+ |
checksum = "d19ed56441037cdf7c810eca04918cb320d065386e3b46a74e87fe69f966197d"
|
| 900 |
902 |
|
dependencies = [
|
| 901 |
903 |
|
"include_dir",
|
| 902 |
904 |
|
"serde",
|
| 14 |
14 |
|
ratatui = "0.30"
|
| 15 |
15 |
|
makeover = "2.4.0"
|
| 16 |
16 |
|
|
| 17 |
|
- |
# makeover 2.4.0 is not on crates.io yet: it carries `ansi_intent`, the
|
| 18 |
|
- |
# intent-to-ANSI-slot table this workspace handed over on 2026-07-31. Remove
|
| 19 |
|
- |
# this stanza the moment 2.4.0 publishes; a container build cannot see a local
|
| 20 |
|
- |
# path, so nothing but a local `cargo test` works while it stands.
|
| 21 |
|
- |
[patch.crates-io]
|
| 22 |
|
- |
makeover = { path = "../Libraries/makeover" }
|
| 23 |
|
- |
|
| 24 |
17 |
|
[profile.release]
|
| 25 |
18 |
|
lto = "thin"
|
| 26 |
19 |
|
codegen-units = 1
|