Skip to main content

Advance the quasi pin to 0.108 A dispatch compiles to `Op::Arms` now, and `Plan::arm` takes the case count. Neither reaches anything here.

  • Co-Authored-ByClaude Opus 5 (1M context) <noreply@anthropic.com>
  • Claude-Sessionhttps://claude.ai/code/session_01P8ostB2UmZJGj5WjSHRSot

Author: Max Johnson <me@maxj.phd> - 2026-09-08 16:42 UTC

Signed with PGP, not checked

Commit:

37a2febb0e0b075f27ef61d4a01017d6aa3f89ab

Parent:

d19f2e7

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 with
27
27
# a version requirement, per the tree's rule for cross-repo deps. They were
28
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.107" }
30
quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.107" }
29
quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.108" }
30
quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.108" }
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 }