Skip to main content

max / audiofiles

Take makeover-timing from crates.io 0.1.0 is published, so the git URL and its version requirement become a plain version like every other makeover dep.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-22 03:13 UTC
Signed with PGP, not checked
Commit: a811d5d844c64e76ef5f9d58beb590cc878f8e90
Parent: 9ae825c
1 file changed, +4 insertions, -4 deletions
M Cargo.toml +4 -4
@@ -19,10 +19,10 @@
19 19 # the `Column` the renderer matches on have to be the same type.
20 20 makeover-layout = "0.35.0"
21 21 makeover-immediate = "0.33.0"
22 - # The time axis. By git URL with a version requirement, per the tree's rule for
23 - # cross-repo deps: makeover-timing is the one suite crate not yet on crates.io,
24 - # so this line becomes a plain version the day it is released.
25 - makeover-timing = { git = "https://makenot.work/git/max/makeover-timing.git", version = "0.1" }
22 + # The time axis. Minor rather than exact patch: it re-exports nothing and no
23 + # type of its crosses a renderer boundary, so it is under the same rule as
24 + # makeover-geometry above rather than the layout/immediate pair below.
25 + makeover-timing = "0.1"
26 26 # The described screens, behind audiofiles-browser's `quasi` feature. By git URL
27 27 # with a version requirement, per the tree's rule for cross-repo deps.
28 28 quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.49" }