Skip to main content

max / audiofiles

Take the makeover 0.21 cascade's republished siblings makeover-touch 0.13.0, makeover-immediate 0.19.0, quasi 0.3.0 where each applies. Version-only; the code was already written against them.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 16:36 UTC
Signed with PGP, not checked
Commit: 9d806a9d85b7ec4e22d8e455f534a2423aa3042f
Parent: 7bc1f8e
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -18,7 +18,7 @@
18 18 # makeover-immediate re-exports nothing, so the `Column` the app describes and
19 19 # the `Column` the renderer matches on have to be the same type.
20 20 makeover-layout = "0.21.0"
21 - makeover-immediate = "0.18.0"
21 + makeover-immediate = "0.19.0"
22 22 # The described screens, behind audiofiles-browser's `quasi` feature. By git URL
23 23 # with a version requirement, per the tree's rule for cross-repo deps.
24 24 quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.2" }