Skip to main content

max / audiofiles

Take quasi 0.103 The manifest half of quasicoherent `793d99dd`: `Residual` holds `Cow` so one can be a `static`, and `Webview` gained the document-around-derived-markup seam. No described screen here is on that seam yet.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01P8ostB2UmZJGj5WjSHRSot
Author: Max Johnson <me@maxj.phd> · 2026-09-07 20:10 UTC
Signed with PGP, not checked
Commit: ccfa7b739b4e3f789c4a75deefe8bfd0be00add6
Parent: a317273
2 files changed, +23 insertions, -23 deletions
M Cargo.lock +21 -21
@@ -4257,7 +4257,7 @@
4257 4257
4258 4258 [[package]]
4259 4259 name = "quasi-declare"
4260 - version = "0.1.10"
4260 + version = "0.1.11"
4261 4261 dependencies = [
4262 4262 "proc-macro2",
4263 4263 "quote",
@@ -4267,7 +4267,7 @@
4267 4267
4268 4268 [[package]]
4269 4269 name = "quasi-immediate"
4270 - version = "0.102.0"
4270 + version = "0.103.0"
4271 4271 dependencies = [
4272 4272 "docengine",
4273 4273 "egui",
@@ -4278,7 +4278,7 @@
4278 4278
4279 4279 [[package]]
4280 4280 name = "quasi-router"
4281 - version = "0.102.0"
4281 + version = "0.103.0"
4282 4282 dependencies = [
4283 4283 "makeover-layout",
4284 4284 ]
@@ -7567,21 +7567,33 @@
7567 7567 "winnow 1.0.4",
7568 7568 ]
7569 7569
7570 + [[patch.unused]]
7571 + name = "makeover-build"
7572 + version = "0.67.0"
7573 +
7574 + [[patch.unused]]
7575 + name = "makeover-webview"
7576 + version = "0.74.0"
7577 +
7578 + [[patch.unused]]
7579 + name = "quasi-type"
7580 + version = "0.1.3"
7581 +
7570 7582 [[patch.unused]]
7571 7583 name = "quasi-axum"
7572 - version = "0.102.0"
7584 + version = "0.103.0"
7573 7585
7574 7586 [[patch.unused]]
7575 7587 name = "quasi-basics"
7576 - version = "0.102.0"
7588 + version = "0.103.0"
7577 7589
7578 7590 [[patch.unused]]
7579 7591 name = "quasi-http"
7580 - version = "0.102.0"
7592 + version = "0.103.0"
7581 7593
7582 7594 [[patch.unused]]
7583 7595 name = "quasi-notifs"
7584 - version = "0.102.0"
7596 + version = "0.103.0"
7585 7597
7586 7598 [[patch.unused]]
7587 7599 name = "quasi-store"
@@ -7589,15 +7601,11 @@
7589 7601
7590 7602 [[patch.unused]]
7591 7603 name = "quasi-tauri"
7592 - version = "0.102.0"
7604 + version = "0.103.0"
7593 7605
7594 7606 [[patch.unused]]
7595 7607 name = "quasi-webview"
7596 - version = "0.102.0"
7597 -
7598 - [[patch.unused]]
7599 - name = "quasi-type"
7600 - version = "0.1.3"
7608 + version = "0.103.0"
7601 7609
7602 7610 [[patch.unused]]
7603 7611 name = "kberg"
@@ -7610,11 +7618,3 @@
7610 7618 [[patch.unused]]
7611 7619 name = "painhours"
7612 7620 version = "0.1.0"
7613 -
7614 - [[patch.unused]]
7615 - name = "makeover-build"
7616 - version = "0.67.0"
7617 -
7618 - [[patch.unused]]
7619 - name = "makeover-webview"
7620 - version = "0.74.0"
M Cargo.toml +2 -2
@@ -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.102" }
30 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.102" }
29 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.103" }
30 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.103" }
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 }