Skip to main content

max / makenotwork

Re-resolve mnw-cli onto synckit-client 0.7, and drop the archived patch entry mnw-cli's lockfile still pinned synckit-client 0.6.0 while the working copy is at 0.7.0, so the crate it built against was not the one in the tree. It also still carried a `[patch.unused]` entry for supernote-push, which was archived on 2026-08-06 and is no longer anywhere cargo can see. server/Cargo.lock is reordering only — cargo rewrites the patch.unused block on any build, so it churns whether or not anything resolved differently.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-07 01:02 UTC
Signed with PGP, not checked
Commit: 11d976507adfded8b76b53b5e2322162d86a9b48
Parent: 79a5228
2 files changed, +11 insertions, -15 deletions
@@ -3534,7 +3534,7 @@
3534 3534
3535 3535 [[package]]
3536 3536 name = "synckit-client"
3537 - version = "0.6.0"
3537 + version = "0.7.0"
3538 3538 dependencies = [
3539 3539 "argon2 0.5.3",
3540 3540 "base64",
@@ -4881,17 +4881,13 @@
4881 4881 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4882 4882
4883 4883 [[patch.unused]]
4884 - name = "supernote-push"
4885 - version = "0.1.0"
4884 + name = "synckit-config"
4885 + version = "0.1.2"
4886 4886
4887 4887 [[patch.unused]]
4888 4888 name = "docengine"
4889 4889 version = "0.4.0"
4890 4890
4891 - [[patch.unused]]
4892 - name = "synckit-config"
4893 - version = "0.1.2"
4894 -
4895 4891 [[patch.unused]]
4896 4892 name = "kberg"
4897 4893 version = "0.1.0"
@@ -10465,14 +10465,6 @@
10465 10465 "pkg-config",
10466 10466 ]
10467 10467
10468 - [[patch.unused]]
10469 - name = "synckit-client"
10470 - version = "0.7.0"
10471 -
10472 - [[patch.unused]]
10473 - name = "synckit-config"
10474 - version = "0.1.2"
10475 -
10476 10468 [[patch.unused]]
10477 10469 name = "kberg"
10478 10470 version = "0.1.0"
@@ -10480,3 +10472,11 @@
10480 10472 [[patch.unused]]
10481 10473 name = "painhours"
10482 10474 version = "0.1.0"
10475 +
10476 + [[patch.unused]]
10477 + name = "synckit-client"
10478 + version = "0.7.0"
10479 +
10480 + [[patch.unused]]
10481 + name = "synckit-config"
10482 + version = "0.1.2"