Skip to main content

max / goingson

Re-resolve the lock after the makeover 0.44 cascade The [patch.crates-io] block that carried the cascade is out, so the makeover crates resolve from crates.io again and their entries carry a source line instead of a path. Recording the post-cascade resolve.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
Author: Max Johnson <me@maxj.phd> · 2026-09-02 15:54 UTC
Signed with PGP, not checked
Commit: 13cb50eeaa624a5401988b66bf6406dac1e494ca
Parent: 3cd347b
1 file changed, +14 insertions, -8 deletions
M Cargo.lock +14 -8
@@ -3444,6 +3444,8 @@
3444 3444 [[package]]
3445 3445 name = "makeover-build"
3446 3446 version = "0.66.0"
3447 + source = "registry+https://github.com/rust-lang/crates.io-index"
3448 + checksum = "2f8840f2b76405ef33abf0a305f2bbb43cfbde1b3eb70e964e3c9a1260d3a1ea"
3447 3449 dependencies = [
3448 3450 "makeover",
3449 3451 "makeover-geometry",
@@ -3460,6 +3462,8 @@
3460 3462 [[package]]
3461 3463 name = "makeover-layout"
3462 3464 version = "0.44.0"
3465 + source = "registry+https://github.com/rust-lang/crates.io-index"
3466 + checksum = "f4c5dd2718ddfe428033a2c55d810e3b567edf9273f148875c1aa0291735ae12"
3463 3467
3464 3468 [[package]]
3465 3469 name = "makeover-timing"
@@ -3473,6 +3477,8 @@
3473 3477 [[package]]
3474 3478 name = "makeover-touch"
3475 3479 version = "0.34.0"
3480 + source = "registry+https://github.com/rust-lang/crates.io-index"
3481 + checksum = "112696b65ea8b81a2344116cb5e3552d028232064dd8e2fbcbf93522e57bfd7a"
3476 3482 dependencies = [
3477 3483 "makeover-geometry",
3478 3484 "makeover-layout",
@@ -3481,6 +3487,8 @@
3481 3487 [[package]]
3482 3488 name = "makeover-tui"
3483 3489 version = "0.44.0"
3490 + source = "registry+https://github.com/rust-lang/crates.io-index"
3491 + checksum = "a39ca8938ca1e082ce16ac772592bc81aa0a14c461c5ec0b60bf55b0728ae7e5"
3484 3492 dependencies = [
3485 3493 "makeover",
3486 3494 "makeover-layout",
@@ -3491,6 +3499,8 @@
3491 3499 [[package]]
3492 3500 name = "makeover-webview"
3493 3501 version = "0.73.0"
3502 + source = "registry+https://github.com/rust-lang/crates.io-index"
3503 + checksum = "848a255b34e7edd66a10cdc8ae0e16319b22f7f96f2ad9bae3dc67b595f184a9"
3494 3504 dependencies = [
3495 3505 "makeover-geometry",
3496 3506 "makeover-layout",
@@ -8466,6 +8476,10 @@
8466 8476 "winnow 1.0.4",
8467 8477 ]
8468 8478
8479 + [[patch.unused]]
8480 + name = "ops-status"
8481 + version = "0.1.0"
8482 +
8469 8483 [[patch.unused]]
8470 8484 name = "quasi-axum"
8471 8485 version = "0.99.0"
@@ -8481,11 +8495,3 @@
8481 8495 [[patch.unused]]
8482 8496 name = "quasi-store"
8483 8497 version = "0.1.0"
8484 -
8485 - [[patch.unused]]
8486 - name = "makeover-immediate"
8487 - version = "0.45.0"
8488 -
8489 - [[patch.unused]]
8490 - name = "ops-status"
8491 - version = "0.1.0"