Skip to main content

max / audiofiles

Take synckit-client 0.9 The working copy is 0.9.0 and the requirement said 0.8, so the graph does not resolve on any machine and the internal-deps pre-push gate refuses it. Found uncommitted in the tree on 2026-08-24 and committed on its own rather than folded into the help-overlay flip it was sitting beside. The lockfile churn alongside it is a re-resolve, not a decision: under the tree's [patch] block every lock rewrites when cargo resolves, which is the accepted unreproducibility recorded in CLAUDE.md.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-24 22:04 UTC
Commit: 9b70219f277b3443b4b756a05150f5932949a9f6
Parent: 49b7429
2 files changed, +19 insertions, -19 deletions
M Cargo.lock +18 -18
@@ -1272,7 +1272,7 @@
1272 1272 "libc",
1273 1273 "option-ext",
1274 1274 "redox_users",
1275 - "windows-sys 0.61.2",
1275 + "windows-sys 0.59.0",
1276 1276 ]
1277 1277
1278 1278 [[package]]
@@ -1617,7 +1617,7 @@
1617 1617 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1618 1618 dependencies = [
1619 1619 "libc",
1620 - "windows-sys 0.61.2",
1620 + "windows-sys 0.59.0",
1621 1621 ]
1622 1622
1623 1623 [[package]]
@@ -3224,7 +3224,7 @@
3224 3224 "once_cell",
3225 3225 "png",
3226 3226 "thiserror 2.0.20",
3227 - "windows-sys 0.61.2",
3227 + "windows-sys 0.60.2",
3228 3228 ]
3229 3229
3230 3230 [[package]]
@@ -3309,7 +3309,7 @@
3309 3309 source = "registry+https://github.com/rust-lang/crates.io-index"
3310 3310 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3311 3311 dependencies = [
3312 - "windows-sys 0.61.2",
3312 + "windows-sys 0.59.0",
3313 3313 ]
3314 3314
3315 3315 [[package]]
@@ -3412,7 +3412,7 @@
3412 3412 source = "registry+https://github.com/rust-lang/crates.io-index"
3413 3413 checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
3414 3414 dependencies = [
3415 - "proc-macro-crate 3.5.0",
3415 + "proc-macro-crate 1.3.1",
3416 3416 "proc-macro2",
3417 3417 "quote",
3418 3418 "syn 2.0.119",
@@ -4665,7 +4665,7 @@
4665 4665 "errno",
4666 4666 "libc",
4667 4667 "linux-raw-sys 0.12.1",
4668 - "windows-sys 0.61.2",
4668 + "windows-sys 0.59.0",
4669 4669 ]
4670 4670
4671 4671 [[package]]
@@ -4722,7 +4722,7 @@
4722 4722 "security-framework",
4723 4723 "security-framework-sys",
4724 4724 "webpki-root-certs",
4725 - "windows-sys 0.61.2",
4725 + "windows-sys 0.59.0",
4726 4726 ]
4727 4727
4728 4728 [[package]]
@@ -5118,7 +5118,7 @@
5118 5118 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
5119 5119 dependencies = [
5120 5120 "libc",
5121 - "windows-sys 0.61.2",
5121 + "windows-sys 0.60.2",
5122 5122 ]
5123 5123
5124 5124 [[package]]
@@ -5612,7 +5612,7 @@
5612 5612
5613 5613 [[package]]
5614 5614 name = "synckit-client"
5615 - version = "0.8.1"
5615 + version = "0.9.0"
5616 5616 dependencies = [
5617 5617 "apple-native-keyring-store",
5618 5618 "argon2",
@@ -5712,10 +5712,10 @@
5712 5712 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
5713 5713 dependencies = [
5714 5714 "fastrand",
5715 - "getrandom 0.4.3",
5715 + "getrandom 0.3.4",
5716 5716 "once_cell",
5717 5717 "rustix 1.1.4",
5718 - "windows-sys 0.61.2",
5718 + "windows-sys 0.59.0",
5719 5719 ]
5720 5720
5721 5721 [[package]]
@@ -6122,7 +6122,7 @@
6122 6122 "once_cell",
6123 6123 "png",
6124 6124 "thiserror 2.0.20",
6125 - "windows-sys 0.61.2",
6125 + "windows-sys 0.60.2",
6126 6126 ]
6127 6127
6128 6128 [[package]]
@@ -6154,7 +6154,7 @@
6154 6154 dependencies = [
6155 6155 "memoffset",
6156 6156 "tempfile",
6157 - "windows-sys 0.61.2",
6157 + "windows-sys 0.60.2",
6158 6158 ]
6159 6159
6160 6160 [[package]]
@@ -6746,7 +6746,7 @@
6746 6746 source = "registry+https://github.com/rust-lang/crates.io-index"
6747 6747 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
6748 6748 dependencies = [
6749 - "windows-sys 0.61.2",
6749 + "windows-sys 0.59.0",
6750 6750 ]
6751 6751
6752 6752 [[package]]
@@ -7554,6 +7554,10 @@
7554 7554 "winnow 1.0.4",
7555 7555 ]
7556 7556
7557 + [[patch.unused]]
7558 + name = "quasi-type"
7559 + version = "0.1.0"
7560 +
7557 7561 [[patch.unused]]
7558 7562 name = "kberg"
7559 7563 version = "0.1.0"
@@ -7593,7 +7597,3 @@
7593 7597 [[patch.unused]]
7594 7598 name = "quasi-webview"
7595 7599 version = "0.56.0"
7596 -
7597 - [[patch.unused]]
7598 - name = "quasi-type"
7599 - version = "0.1.0"
@@ -6,7 +6,7 @@
6 6
7 7 [dependencies]
8 8 audiofiles-core = { workspace = true }
9 - synckit-client = { git = "https://makenot.work/git/max/synckit.git", version = "0.8" }
9 + synckit-client = { git = "https://makenot.work/git/max/synckit.git", version = "0.9" }
10 10 rusqlite = { workspace = true }
11 11 parking_lot = { workspace = true }
12 12 tokio = { workspace = true }