max / audiofiles
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+4 insertions,
-4 deletions
| @@ -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" } |