Skip to main content

max / shop

Take makeover 2.4.0 from the registry
Author: Max Johnson <me@maxj.phd> · 2026-07-31 15:09 UTC
Signed with PGP, not checked
Commit: 25197d3c8f616cd1c6472f93c2f99b47b4286945
Parent: 39adc0f
2 files changed, +2 insertions, -5 deletions
M Cargo.lock +2
@@ -594,6 +594,8 @@
594 594 [[package]]
595 595 name = "makeover"
596 596 version = "2.4.0"
597 + source = "registry+https://github.com/rust-lang/crates.io-index"
598 + checksum = "d19ed56441037cdf7c810eca04918cb320d065386e3b46a74e87fe69f966197d"
597 599 dependencies = [
598 600 "include_dir",
599 601 "serde",
M Cargo.toml -5
@@ -36,11 +36,6 @@
36 36 # For shop's own config file, and already in the tree underneath makeover.
37 37 toml = "1.1"
38 38
39 - # makeover 2.4.0 is not on crates.io yet: it carries `ansi_intent`, which moved
40 - # out of Alloy's skelgen on 2026-07-31. Remove this stanza when 2.4.0 publishes.
41 - [patch.crates-io]
42 - makeover = { path = "../Libraries/makeover" }
43 -
44 39 [workspace.package]
45 40 edition = "2024"
46 41 rust-version = "1.85"