Advance the quasi pin to 0.105 A select's chosen option is per option now, which grows `quasi_router::Choice` by a field. Nothing here builds one by literal, so this compiles unchanged; the pin moves because the crate is not `#[non_exhaustive]` and the bump is breaking in principle.
- Co-Authored-By
- Claude-Session
Author: Max Johnson <me@maxj.phd> - 2026-09-08 13:42 UTC
Signed with PGP, not checked
Commit:
00b30e3fe18f68746ab53fb2b96889d46cce3e09Parent:
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.104" }30
quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.104" }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" }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 }