Skip to main content

max / quasi

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: 700fb7f3c63dd23ff570e565f7dcb6cb1df7721d
Parent: 4612d4e
1 file changed, +10 insertions, -4 deletions
M Cargo.lock +10 -4
@@ -2657,6 +2657,8 @@
2657 2657 [[package]]
2658 2658 name = "makeover-immediate"
2659 2659 version = "0.45.0"
2660 + source = "registry+https://github.com/rust-lang/crates.io-index"
2661 + checksum = "e50588ef96178a8873bc43c370fac6608f554b144b311769c8ca93bb237e3448"
2660 2662 dependencies = [
2661 2663 "egui",
2662 2664 "egui_extras",
@@ -2667,6 +2669,8 @@
2667 2669 [[package]]
2668 2670 name = "makeover-layout"
2669 2671 version = "0.44.0"
2672 + source = "registry+https://github.com/rust-lang/crates.io-index"
2673 + checksum = "f4c5dd2718ddfe428033a2c55d810e3b567edf9273f148875c1aa0291735ae12"
2670 2674
2671 2675 [[package]]
2672 2676 name = "makeover-timing"
@@ -2680,6 +2684,8 @@
2680 2684 [[package]]
2681 2685 name = "makeover-touch"
2682 2686 version = "0.34.0"
2687 + source = "registry+https://github.com/rust-lang/crates.io-index"
2688 + checksum = "112696b65ea8b81a2344116cb5e3552d028232064dd8e2fbcbf93522e57bfd7a"
2683 2689 dependencies = [
2684 2690 "makeover-geometry",
2685 2691 "makeover-layout",
@@ -2688,6 +2694,8 @@
2688 2694 [[package]]
2689 2695 name = "makeover-tui"
2690 2696 version = "0.44.0"
2697 + source = "registry+https://github.com/rust-lang/crates.io-index"
2698 + checksum = "a39ca8938ca1e082ce16ac772592bc81aa0a14c461c5ec0b60bf55b0728ae7e5"
2691 2699 dependencies = [
2692 2700 "makeover",
2693 2701 "makeover-layout",
@@ -2698,6 +2706,8 @@
2698 2706 [[package]]
2699 2707 name = "makeover-webview"
2700 2708 version = "0.73.0"
2709 + source = "registry+https://github.com/rust-lang/crates.io-index"
2710 + checksum = "848a255b34e7edd66a10cdc8ae0e16319b22f7f96f2ad9bae3dc67b595f184a9"
2701 2711 dependencies = [
2702 2712 "makeover-geometry",
2703 2713 "makeover-layout",
@@ -6280,7 +6290,3 @@
6280 6290 [[patch.unused]]
6281 6291 name = "tagtree"
6282 6292 version = "0.4.1"
6283 -
6284 - [[patch.unused]]
6285 - name = "makeover-build"
6286 - version = "0.66.0"