Skip to main content

max / makenotwork

Resolve the makeover suite from crates.io, now the cascade is published The [patch.crates-io] block came out of ~/Code/.cargo/config.toml, so the five suite crates carry a registry source again instead of resolving to a working copy. No version moved; this is the same graph, stated reproducibly.
Author: Max Johnson <me@maxj.phd> · 2026-08-17 19:14 UTC
Signed with PGP, not checked
Commit: c082b0ff13c3e59ccb5e28e8f25a66c45835ffae
Parent: e6f98b6
1 file changed, +18 insertions, -20 deletions
M server/Cargo.lock +18 -20
@@ -5416,10 +5416,14 @@
5416 5416 [[package]]
5417 5417 name = "makeover-layout"
5418 5418 version = "0.28.0"
5419 + source = "registry+https://github.com/rust-lang/crates.io-index"
5420 + checksum = "4621aad492adac3b258a3a2822b5e4661b0ed3884ca565c29c933f32f5acc050"
5419 5421
5420 5422 [[package]]
5421 5423 name = "makeover-touch"
5422 5424 version = "0.20.0"
5425 + source = "registry+https://github.com/rust-lang/crates.io-index"
5426 + checksum = "0f2f1181373d7a2762512060ebd0804910c456bc99e7d8263a7967dbb63c10a3"
5423 5427 dependencies = [
5424 5428 "makeover-geometry",
5425 5429 "makeover-layout",
@@ -5428,6 +5432,8 @@
5428 5432 [[package]]
5429 5433 name = "makeover-webview"
5430 5434 version = "0.47.0"
5435 + source = "registry+https://github.com/rust-lang/crates.io-index"
5436 + checksum = "1b53e075387c3d151b065e073064aebb5ad299d5a7cd133e30d59257f25ae773"
5431 5437 dependencies = [
5432 5438 "makeover-geometry",
5433 5439 "makeover-layout",
@@ -10770,6 +10776,18 @@
10770 10776 "pkg-config",
10771 10777 ]
10772 10778
10779 + [[patch.unused]]
10780 + name = "quasi-immediate"
10781 + version = "0.19.0"
10782 +
10783 + [[patch.unused]]
10784 + name = "quasi-store"
10785 + version = "0.1.0"
10786 +
10787 + [[patch.unused]]
10788 + name = "quasi-tauri"
10789 + version = "0.19.0"
10790 +
10773 10791 [[patch.unused]]
10774 10792 name = "synckit-client"
10775 10793 version = "0.8.0"
@@ -10778,14 +10796,6 @@
10778 10796 name = "synckit-config"
10779 10797 version = "0.2.0"
10780 10798
10781 - [[patch.unused]]
10782 - name = "makeover-immediate"
10783 - version = "0.28.0"
10784 -
10785 - [[patch.unused]]
10786 - name = "makeover-tui"
10787 - version = "0.27.0"
10788 -
10789 10799 [[patch.unused]]
10790 10800 name = "kberg"
10791 10801 version = "0.1.0"
@@ -10797,15 +10807,3 @@
10797 10807 [[patch.unused]]
10798 10808 name = "painhours"
10799 10809 version = "0.1.0"
10800 -
10801 - [[patch.unused]]
10802 - name = "quasi-immediate"
10803 - version = "0.19.0"
10804 -
10805 - [[patch.unused]]
10806 - name = "quasi-store"
10807 - version = "0.1.0"
10808 -
10809 - [[patch.unused]]
10810 - name = "quasi-tauri"
10811 - version = "0.19.0"