Skip to main content

max / audiofiles

Re-resolve the lock after the makeover 0.44 cascade The [patch.crates-io] block that carried the cascade is out, so the makeover crates resolve from crates.io again and their entries carry a source line instead of a path. Recording the post-cascade resolve.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
Author: Max Johnson <me@maxj.phd> · 2026-09-02 15:54 UTC
Signed with PGP, not checked
Commit: 1f5f0ea315e06a190a2990283ff03c11ebf9692d
Parent: 3348ac5
1 file changed, +4 insertions, -16 deletions
M Cargo.lock +4 -16
@@ -3075,6 +3075,8 @@
3075 3075 [[package]]
3076 3076 name = "makeover-immediate"
3077 3077 version = "0.45.0"
3078 + source = "registry+https://github.com/rust-lang/crates.io-index"
3079 + checksum = "e50588ef96178a8873bc43c370fac6608f554b144b311769c8ca93bb237e3448"
3078 3080 dependencies = [
3079 3081 "egui",
3080 3082 "egui_extras",
@@ -3085,6 +3087,8 @@
3085 3087 [[package]]
3086 3088 name = "makeover-layout"
3087 3089 version = "0.44.0"
3090 + source = "registry+https://github.com/rust-lang/crates.io-index"
3091 + checksum = "f4c5dd2718ddfe428033a2c55d810e3b567edf9273f148875c1aa0291735ae12"
3088 3092
3089 3093 [[package]]
3090 3094 name = "makeover-timing"
@@ -7564,22 +7568,6 @@
7564 7568 name = "painhours"
7565 7569 version = "0.1.0"
7566 7570
7567 - [[patch.unused]]
7568 - name = "makeover-build"
7569 - version = "0.66.0"
7570 -
7571 - [[patch.unused]]
7572 - name = "makeover-touch"
7573 - version = "0.34.0"
7574 -
7575 - [[patch.unused]]
7576 - name = "makeover-tui"
7577 - version = "0.44.0"
7578 -
7579 - [[patch.unused]]
7580 - name = "makeover-webview"
7581 - version = "0.73.0"
7582 -
7583 7571 [[patch.unused]]
7584 7572 name = "quasi-axum"
7585 7573 version = "0.99.0"