Take makeover 2.4.0 from the registry
2 files changed,
+2 insertions,
-5 deletions
| 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",
|
| 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"
|