Skip to main content

max / quasi

Relock against the published suite The cascade's temporary [patch.crates-io] is out, so these resolve from crates.io with a source and a checksum again rather than from the working copies. Taking the patch out is the check that the cascade finished.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-15 20:09 UTC
Signed with PGP, not checked
Commit: c2208606327c407d76c1dc85813372d1aa3a8a56
Parent: 2c2bacb
1 file changed, +16 insertions, -10 deletions
M Cargo.lock +16 -10
@@ -2349,6 +2349,8 @@
2349 2349 [[package]]
2350 2350 name = "makeover-immediate"
2351 2351 version = "0.25.0"
2352 + source = "registry+https://github.com/rust-lang/crates.io-index"
2353 + checksum = "c78ddbf237c617715e8ed0c174a46f52d7135a388a0f786a164acc2bca8cb97f"
2352 2354 dependencies = [
2353 2355 "egui",
2354 2356 "egui_extras",
@@ -2358,10 +2360,14 @@
2358 2360 [[package]]
2359 2361 name = "makeover-layout"
2360 2362 version = "0.27.0"
2363 + source = "registry+https://github.com/rust-lang/crates.io-index"
2364 + checksum = "70c07e8b5020bf12ced1aea9313ebf0d4ca764ce2de6ef0d95eddc7d34bd939a"
2361 2365
2362 2366 [[package]]
2363 2367 name = "makeover-touch"
2364 2368 version = "0.19.0"
2369 + source = "registry+https://github.com/rust-lang/crates.io-index"
2370 + checksum = "c09c064316da4e4d403dd09bd0617b25033b2503cba539c02b4b5b857435c089"
2365 2371 dependencies = [
2366 2372 "makeover-geometry",
2367 2373 "makeover-layout",
@@ -2370,6 +2376,8 @@
2370 2376 [[package]]
2371 2377 name = "makeover-tui"
2372 2378 version = "0.25.0"
2379 + source = "registry+https://github.com/rust-lang/crates.io-index"
2380 + checksum = "8710fddc2c2a8db1debfbe3be0e7713f5487cc10763e12c804e519db6a8eef6d"
2373 2381 dependencies = [
2374 2382 "makeover",
2375 2383 "makeover-layout",
@@ -2379,6 +2387,8 @@
2379 2387 [[package]]
2380 2388 name = "makeover-webview"
2381 2389 version = "0.45.0"
2390 + source = "registry+https://github.com/rust-lang/crates.io-index"
2391 + checksum = "5b7438ebd65c2ef3eee8920dcff0202151091dbbca68c80defb9130c218e62e5"
2382 2392 dependencies = [
2383 2393 "makeover-geometry",
2384 2394 "makeover-layout",
@@ -5615,8 +5625,12 @@
5615 5625 checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
5616 5626
5617 5627 [[patch.unused]]
5618 - name = "makeover-build"
5619 - version = "0.38.0"
5628 + name = "synckit-client"
5629 + version = "0.8.0"
5630 +
5631 + [[patch.unused]]
5632 + name = "synckit-config"
5633 + version = "0.2.0"
5620 5634
5621 5635 [[patch.unused]]
5622 5636 name = "kberg"
@@ -5633,11 +5647,3 @@
5633 5647 [[patch.unused]]
5634 5648 name = "tagtree"
5635 5649 version = "0.4.0"
5636 -
5637 - [[patch.unused]]
5638 - name = "synckit-client"
5639 - version = "0.8.0"
5640 -
5641 - [[patch.unused]]
5642 - name = "synckit-config"
5643 - version = "0.2.0"