Skip to main content

max / balanced_breakfast

Drop the duplicate makeover from the lockfile makeover-build reached 2.3.0 in-tree by path while this app resolved 2.2.0 from the registry, so both were locked. makeover-build takes the registry crate now and only one remains. Cargo.lock staged as a partial hunk so the unrelated synckit-client lines stay out.
Author: Max Johnson <me@maxj.phd> · 2026-07-28 22:28 UTC
Signed with PGP, not checked
Commit: 82da5131221d7abc076598a4557c6d3b4911233b
Parent: 6750909
1 file changed, +6 insertions, -11 deletions
M Cargo.lock +6 -11
@@ -444,7 +444,7 @@
444 444 "bb-pdf",
445 445 "chrono",
446 446 "futures",
447 - "makeover 2.2.0",
447 + "makeover",
448 448 "makeover-build",
449 449 "open",
450 450 "parking_lot",
@@ -3114,20 +3114,11 @@
3114 3114 "toml 1.1.3+spec-1.1.0",
3115 3115 ]
3116 3116
3117 - [[package]]
3118 - name = "makeover"
3119 - version = "2.3.0"
3120 - dependencies = [
3121 - "include_dir",
3122 - "serde",
3123 - "toml 1.1.3+spec-1.1.0",
3124 - ]
3125 -
3126 3117 [[package]]
3127 3118 name = "makeover-build"
3128 3119 version = "0.1.0"
3129 3120 dependencies = [
3130 - "makeover 2.3.0",
3121 + "makeover",
3131 3122 "makeover-geometry",
3132 3123 "makeover-webview",
3133 3124 ]
@@ -3141,10 +3132,14 @@
3141 3132 [[package]]
3142 3133 name = "makeover-layout"
3143 3134 version = "0.1.0"
3135 + source = "registry+https://github.com/rust-lang/crates.io-index"
3136 + checksum = "c6342972c67cb6a54ce0ae661e2a4060b548de16113578cac71ca5f7316991bb"
3144 3137
3145 3138 [[package]]
3146 3139 name = "makeover-webview"
3147 3140 version = "0.1.0"
3141 + source = "registry+https://github.com/rust-lang/crates.io-index"
3142 + checksum = "5741881d62fc10d2ab194f5dd6aec2fc41e436dea2ea4bc9b2db12fded9b6a2d"
3148 3143 dependencies = [
3149 3144 "makeover-layout",
3150 3145 ]