Skip to main content

max / makenotwork

Advance mnw-cli's synckit-client pin to 0.9 synckit-client went to 0.9.0 and mnw-cli's requirement stayed at ^0.8, so the companion build could not resolve. The fix was sitting uncommitted in the working copy, which is why pre-push read it as coherent and the pushed tree was not.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-24 20:12 UTC
Signed with PGP, not checked
Commit: 5eb60a4ca245bdf1df059edfc141de185aec8bea
Parent: eda4722
2 files changed, +21 insertions, -21 deletions
M mnw-cli/Cargo.lock +20 -20
@@ -3460,7 +3460,7 @@
3460 3460
3461 3461 [[package]]
3462 3462 name = "synckit-client"
3463 - version = "0.8.1"
3463 + version = "0.9.0"
3464 3464 dependencies = [
3465 3465 "argon2 0.5.3",
3466 3466 "base64",
@@ -3524,7 +3524,7 @@
3524 3524 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
3525 3525 dependencies = [
3526 3526 "fastrand",
3527 - "getrandom 0.4.2",
3527 + "getrandom 0.3.4",
3528 3528 "once_cell",
3529 3529 "rustix",
3530 3530 "windows-sys 0.61.2",
@@ -4762,8 +4762,20 @@
4762 4762 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4763 4763
4764 4764 [[patch.unused]]
4765 - name = "docengine"
4766 - version = "0.7.0"
4765 + name = "kberg"
4766 + version = "0.1.0"
4767 +
4768 + [[patch.unused]]
4769 + name = "ops-status"
4770 + version = "0.1.0"
4771 +
4772 + [[patch.unused]]
4773 + name = "painhours"
4774 + version = "0.1.0"
4775 +
4776 + [[patch.unused]]
4777 + name = "tagtree"
4778 + version = "0.4.1"
4767 4779
4768 4780 [[patch.unused]]
4769 4781 name = "quasi-axum"
@@ -4801,26 +4813,14 @@
4801 4813 name = "quasi-webview"
4802 4814 version = "0.56.0"
4803 4815
4804 - [[patch.unused]]
4805 - name = "kberg"
4806 - version = "0.1.0"
4807 -
4808 - [[patch.unused]]
4809 - name = "ops-status"
4810 - version = "0.1.0"
4811 -
4812 - [[patch.unused]]
4813 - name = "painhours"
4814 - version = "0.1.0"
4815 -
4816 - [[patch.unused]]
4817 - name = "tagtree"
4818 - version = "0.4.1"
4819 -
4820 4816 [[patch.unused]]
4821 4817 name = "quasi-type"
4822 4818 version = "0.1.0"
4823 4819
4820 + [[patch.unused]]
4821 + name = "docengine"
4822 + version = "0.7.0"
4823 +
4824 4824 [[patch.unused]]
4825 4825 name = "synckit-config"
4826 4826 version = "0.2.0"
@@ -36,7 +36,7 @@
36 36 hmac = "0.13.0"
37 37 sha2 = "0.11.0"
38 38 hex = "0.4.3"
39 - synckit-client = { git = "https://makenot.work/git/max/synckit.git", version = "0.8", default-features = false }
39 + synckit-client = { git = "https://makenot.work/git/max/synckit.git", version = "0.9", default-features = false }
40 40 uuid = "1"
41 41
42 42 [lints.rust]