Skip to main content

max / audiofiles

Resolve makeover from crates.io again The pins named makeover-layout 0.32.0 and makeover-immediate 0.31.0 while neither was published, so the lock recorded them with no source and only this machine's [patch] block made the build work. Both are on crates.io now, so the lock carries the registry source and checksum and a clone builds what this checkout builds.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-21 23:54 UTC
Signed with PGP, not checked
Commit: e3018fa53ba8c772fae277da80f7ec26ccfb015f
Parent: d5c4e11
1 file changed, +32 insertions, -44 deletions
M Cargo.lock +32 -44
@@ -1271,7 +1271,7 @@
1271 1271 "libc",
1272 1272 "option-ext",
1273 1273 "redox_users",
1274 - "windows-sys 0.59.0",
1274 + "windows-sys 0.61.2",
1275 1275 ]
1276 1276
1277 1277 [[package]]
@@ -1616,7 +1616,7 @@
1616 1616 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1617 1617 dependencies = [
1618 1618 "libc",
1619 - "windows-sys 0.59.0",
1619 + "windows-sys 0.61.2",
1620 1620 ]
1621 1621
1622 1622 [[package]]
@@ -3074,6 +3074,8 @@
3074 3074 [[package]]
3075 3075 name = "makeover-immediate"
3076 3076 version = "0.31.0"
3077 + source = "registry+https://github.com/rust-lang/crates.io-index"
3078 + checksum = "26c7990eecc3f9e21a39e0025500c67c9e5c54b69f9d4c6da630684fb20fe616"
3077 3079 dependencies = [
3078 3080 "egui",
3079 3081 "egui_extras",
@@ -3083,6 +3085,8 @@
3083 3085 [[package]]
3084 3086 name = "makeover-layout"
3085 3087 version = "0.32.0"
3088 + source = "registry+https://github.com/rust-lang/crates.io-index"
3089 + checksum = "35c4934f537cbfb57946c0654ec579c874f80ea7465385bc65f6512c4550fefb"
3086 3090
3087 3091 [[package]]
3088 3092 name = "maplit"
@@ -3210,7 +3214,7 @@
3210 3214 "once_cell",
3211 3215 "png",
3212 3216 "thiserror 2.0.20",
3213 - "windows-sys 0.60.2",
3217 + "windows-sys 0.61.2",
3214 3218 ]
3215 3219
3216 3220 [[package]]
@@ -3295,7 +3299,7 @@
3295 3299 source = "registry+https://github.com/rust-lang/crates.io-index"
3296 3300 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3297 3301 dependencies = [
3298 - "windows-sys 0.59.0",
3302 + "windows-sys 0.61.2",
3299 3303 ]
3300 3304
3301 3305 [[package]]
@@ -3398,7 +3402,7 @@
3398 3402 source = "registry+https://github.com/rust-lang/crates.io-index"
3399 3403 checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
3400 3404 dependencies = [
3401 - "proc-macro-crate 1.3.1",
3405 + "proc-macro-crate 3.5.0",
3402 3406 "proc-macro2",
3403 3407 "quote",
3404 3408 "syn 2.0.119",
@@ -4651,7 +4655,7 @@
4651 4655 "errno",
4652 4656 "libc",
4653 4657 "linux-raw-sys 0.12.1",
4654 - "windows-sys 0.59.0",
4658 + "windows-sys 0.61.2",
4655 4659 ]
4656 4660
4657 4661 [[package]]
@@ -4708,7 +4712,7 @@
4708 4712 "security-framework",
4709 4713 "security-framework-sys",
4710 4714 "webpki-root-certs",
4711 - "windows-sys 0.59.0",
4715 + "windows-sys 0.61.2",
4712 4716 ]
4713 4717
4714 4718 [[package]]
@@ -5104,7 +5108,7 @@
5104 5108 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
5105 5109 dependencies = [
5106 5110 "libc",
5107 - "windows-sys 0.60.2",
5111 + "windows-sys 0.61.2",
5108 5112 ]
5109 5113
5110 5114 [[package]]
@@ -5701,7 +5705,7 @@
5701 5705 "getrandom 0.4.3",
5702 5706 "once_cell",
5703 5707 "rustix 1.1.4",
5704 - "windows-sys 0.59.0",
5708 + "windows-sys 0.61.2",
5705 5709 ]
5706 5710
5707 5711 [[package]]
@@ -6108,7 +6112,7 @@
6108 6112 "once_cell",
6109 6113 "png",
6110 6114 "thiserror 2.0.20",
6111 - "windows-sys 0.60.2",
6115 + "windows-sys 0.61.2",
6112 6116 ]
6113 6117
6114 6118 [[package]]
@@ -6140,7 +6144,7 @@
6140 6144 dependencies = [
6141 6145 "memoffset",
6142 6146 "tempfile",
6143 - "windows-sys 0.60.2",
6147 + "windows-sys 0.61.2",
6144 6148 ]
6145 6149
6146 6150 [[package]]
@@ -6732,7 +6736,7 @@
6732 6736 source = "registry+https://github.com/rust-lang/crates.io-index"
6733 6737 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
6734 6738 dependencies = [
6735 - "windows-sys 0.59.0",
6739 + "windows-sys 0.61.2",
6736 6740 ]
6737 6741
6738 6742 [[package]]
@@ -7540,6 +7544,22 @@
7540 7544 "winnow 1.0.4",
7541 7545 ]
7542 7546
7547 + [[patch.unused]]
7548 + name = "quasi-type"
7549 + version = "0.1.0"
7550 +
7551 + [[patch.unused]]
7552 + name = "kberg"
7553 + version = "0.1.0"
7554 +
7555 + [[patch.unused]]
7556 + name = "ops-status"
7557 + version = "0.1.0"
7558 +
7559 + [[patch.unused]]
7560 + name = "painhours"
7561 + version = "0.1.0"
7562 +
7543 7563 [[patch.unused]]
7544 7564 name = "quasi-axum"
7545 7565 version = "0.47.0"
@@ -7567,35 +7587,3 @@
7567 7587 [[patch.unused]]
7568 7588 name = "quasi-webview"
7569 7589 version = "0.47.0"
7570 -
7571 - [[patch.unused]]
7572 - name = "quasi-type"
7573 - version = "0.1.0"
7574 -
7575 - [[patch.unused]]
7576 - name = "kberg"
7577 - version = "0.1.0"
7578 -
7579 - [[patch.unused]]
7580 - name = "ops-status"
7581 - version = "0.1.0"
7582 -
7583 - [[patch.unused]]
7584 - name = "painhours"
7585 - version = "0.1.0"
7586 -
7587 - [[patch.unused]]
7588 - name = "makeover-build"
7589 - version = "0.48.0"
7590 -
7591 - [[patch.unused]]
7592 - name = "makeover-touch"
7593 - version = "0.22.1"
7594 -
7595 - [[patch.unused]]
7596 - name = "makeover-tui"
7597 - version = "0.31.0"
7598 -
7599 - [[patch.unused]]
7600 - name = "makeover-webview"
7601 - version = "0.54.0"