Advance the quasi pin to 0.106 `Rest::jumping` takes a whole `Jump` now, so the description says which page a strip is showing rather than three renderers each comparing it against the paging. Nothing here draws a strip, so this compiles unchanged.
- Co-Authored-By
- Claude-Session
Author: Max Johnson <me@maxj.phd> - 2026-09-08 14:30 UTC
Signed with PGP, not checked
Commit:
149231ae365a508a709adb58f202cd721e86d5e0Parent:
1 file changed,
+2 insertions,
-2 deletions
OldNewLine
@@ -26,8 +26,8 @@
26
26
# The described screens, which are audiofiles-browser's screens. By git URL with27
27
# a version requirement, per the tree's rule for cross-repo deps. They were28
28
# behind a `quasi` feature until 2026-08-25, when the last flip landed.29
quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.105" }30
quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.105" }29
quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.106" }30
quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.106" }31
31
quasi-declare = { git = "https://makenot.work/git/max/quasi.git", version = "0.1" }32
32
egui = { version = "0.35", default-features = false, features = ["default_fonts"] }33
33
egui_extras = { version = "0.35", default-features = false }