Skip to main content

max / audiofiles

Take quasi 0.27: a consult carries its floor Forward fix for quasi 0.27.0, where Consult gained at_least.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-18 02:34 UTC
Signed with PGP, not checked
Commit: 1be81d7bfb2757d29a0269cb02b505effa2062be
Parent: 26e0b80
2 files changed, +28 insertions, -28 deletions
M Cargo.lock +26 -26
@@ -4245,7 +4245,7 @@
4245 4245
4246 4246 [[package]]
4247 4247 name = "quasi-immediate"
4248 - version = "0.26.0"
4248 + version = "0.27.0"
4249 4249 dependencies = [
4250 4250 "docengine",
4251 4251 "egui",
@@ -4255,7 +4255,7 @@
4255 4255
4256 4256 [[package]]
4257 4257 name = "quasi-router"
4258 - version = "0.26.0"
4258 + version = "0.27.0"
4259 4259 dependencies = [
4260 4260 "makeover-layout",
4261 4261 ]
@@ -7544,30 +7544,6 @@
7544 7544 "winnow 1.0.4",
7545 7545 ]
7546 7546
7547 - [[patch.unused]]
7548 - name = "quasi-axum"
7549 - version = "0.26.0"
7550 -
7551 - [[patch.unused]]
7552 - name = "quasi-basics"
7553 - version = "0.26.0"
7554 -
7555 - [[patch.unused]]
7556 - name = "quasi-http"
7557 - version = "0.26.0"
7558 -
7559 - [[patch.unused]]
7560 - name = "quasi-store"
7561 - version = "0.1.0"
7562 -
7563 - [[patch.unused]]
7564 - name = "quasi-tauri"
7565 - version = "0.26.0"
7566 -
7567 - [[patch.unused]]
7568 - name = "quasi-webview"
7569 - version = "0.26.0"
7570 -
7571 7547 [[patch.unused]]
7572 7548 name = "quasi-type"
7573 7549 version = "0.1.0"
@@ -7583,3 +7559,27 @@
7583 7559 [[patch.unused]]
7584 7560 name = "painhours"
7585 7561 version = "0.1.0"
7562 +
7563 + [[patch.unused]]
7564 + name = "quasi-axum"
7565 + version = "0.27.0"
7566 +
7567 + [[patch.unused]]
7568 + name = "quasi-basics"
7569 + version = "0.27.0"
7570 +
7571 + [[patch.unused]]
7572 + name = "quasi-http"
7573 + version = "0.27.0"
7574 +
7575 + [[patch.unused]]
7576 + name = "quasi-store"
7577 + version = "0.1.0"
7578 +
7579 + [[patch.unused]]
7580 + name = "quasi-tauri"
7581 + version = "0.27.0"
7582 +
7583 + [[patch.unused]]
7584 + name = "quasi-webview"
7585 + version = "0.27.0"
M Cargo.toml +2 -2
@@ -21,8 +21,8 @@
21 21 makeover-immediate = "0.28.0"
22 22 # The described screens, behind audiofiles-browser's `quasi` feature. By git URL
23 23 # with a version requirement, per the tree's rule for cross-repo deps.
24 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.26" }
25 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.26" }
24 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.27" }
25 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.27" }
26 26 egui = { version = "0.35", default-features = false, features = ["default_fonts"] }
27 27 egui_extras = { version = "0.35", default-features = false }
28 28 eframe = { version = "0.35", default-features = false, features = ["default_fonts", "glow"] }