Skip to main content

max / goingson

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.
Author: Max Johnson <me@maxj.phd> · 2026-07-28 22:26 UTC
Signed with PGP, not checked
Commit: 39cada4428cbb71a827c001c40d63c23f37b3be3
Parent: c3b2276
1 file changed, +8 insertions, -13 deletions
M Cargo.lock +8 -13
@@ -65,7 +65,7 @@
65 65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 66 checksum = "fbb156a777c35110c1b19aac32d9eb52b0c05048812c8cd74a7f3b51b44b1552"
67 67 dependencies = [
68 - "makeover 2.2.0",
68 + "makeover",
69 69 "ratatui",
70 70 ]
71 71
@@ -2246,7 +2246,7 @@
2246 2246 "lettre",
2247 2247 "libsqlite3-sys",
2248 2248 "mailparse",
2249 - "makeover 2.2.0",
2249 + "makeover",
2250 2250 "makeover-build",
2251 2251 "notify",
2252 2252 "notify-debouncer-mini",
@@ -2293,7 +2293,7 @@
2293 2293 "chrono",
2294 2294 "goingson-core",
2295 2295 "goingson-db-sqlite",
2296 - "makeover 2.2.0",
2296 + "makeover",
2297 2297 "ratatui",
2298 2298 "sqlx",
2299 2299 "tokio",
@@ -3373,20 +3373,11 @@
3373 3373 "toml 1.1.3+spec-1.1.0",
3374 3374 ]
3375 3375
3376 - [[package]]
3377 - name = "makeover"
3378 - version = "2.3.0"
3379 - dependencies = [
3380 - "include_dir",
3381 - "serde",
3382 - "toml 1.1.3+spec-1.1.0",
3383 - ]
3384 -
3385 3376 [[package]]
3386 3377 name = "makeover-build"
3387 3378 version = "0.1.0"
3388 3379 dependencies = [
3389 - "makeover 2.3.0",
3380 + "makeover",
3390 3381 "makeover-geometry",
3391 3382 "makeover-webview",
3392 3383 ]
@@ -3400,10 +3391,14 @@
3400 3391 [[package]]
3401 3392 name = "makeover-layout"
3402 3393 version = "0.1.0"
3394 + source = "registry+https://github.com/rust-lang/crates.io-index"
3395 + checksum = "c6342972c67cb6a54ce0ae661e2a4060b548de16113578cac71ca5f7316991bb"
3403 3396
3404 3397 [[package]]
3405 3398 name = "makeover-webview"
3406 3399 version = "0.1.0"
3400 + source = "registry+https://github.com/rust-lang/crates.io-index"
3401 + checksum = "5741881d62fc10d2ab194f5dd6aec2fc41e436dea2ea4bc9b2db12fded9b6a2d"
3407 3402 dependencies = [
3408 3403 "makeover-layout",
3409 3404 ]