Skip to main content

max / alloy

Take makeover 2.4.0 from the registry
Author: Max Johnson <me@maxj.phd> · 2026-07-31 15:08 UTC
Signed with PGP, not checked
Commit: 0f6420aa0e295f6611f2e8334a9e8dd1c98264e6
Parent: 3b08825
2 files changed, +2 insertions, -7 deletions
M Cargo.lock +2
@@ -897,6 +897,8 @@
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",
M Cargo.toml -7
@@ -14,13 +14,6 @@
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