Skip to main content

max / audiofiles

Move the quasi pins to 0.58 quasi `00ee7af5` added `Action::navigates`, a member on `Action`, so the workspace went to 0.58.0. Forward-fixed in the same pass.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-25 17:44 UTC
Signed with PGP, not checked
Commit: 173144664be098a674a340e653a1df9d7df9ec7a
Parent: 3c8f87d
2 files changed, +14 insertions, -14 deletions
M Cargo.lock +12 -12
@@ -4255,7 +4255,7 @@
4255 4255
4256 4256 [[package]]
4257 4257 name = "quasi-immediate"
4258 - version = "0.57.0"
4258 + version = "0.58.0"
4259 4259 dependencies = [
4260 4260 "docengine",
4261 4261 "egui",
@@ -4265,7 +4265,7 @@
4265 4265
4266 4266 [[package]]
4267 4267 name = "quasi-router"
4268 - version = "0.57.0"
4268 + version = "0.58.0"
4269 4269 dependencies = [
4270 4270 "makeover-layout",
4271 4271 ]
@@ -7554,21 +7554,25 @@
7554 7554 "winnow 1.0.4",
7555 7555 ]
7556 7556
7557 + [[patch.unused]]
7558 + name = "quasi-type"
7559 + version = "0.1.0"
7560 +
7557 7561 [[patch.unused]]
7558 7562 name = "quasi-axum"
7559 - version = "0.57.0"
7563 + version = "0.58.0"
7560 7564
7561 7565 [[patch.unused]]
7562 7566 name = "quasi-basics"
7563 - version = "0.57.0"
7567 + version = "0.58.0"
7564 7568
7565 7569 [[patch.unused]]
7566 7570 name = "quasi-http"
7567 - version = "0.57.0"
7571 + version = "0.58.0"
7568 7572
7569 7573 [[patch.unused]]
7570 7574 name = "quasi-notifs"
7571 - version = "0.57.0"
7575 + version = "0.58.0"
7572 7576
7573 7577 [[patch.unused]]
7574 7578 name = "quasi-store"
@@ -7576,15 +7580,11 @@
7576 7580
7577 7581 [[patch.unused]]
7578 7582 name = "quasi-tauri"
7579 - version = "0.57.0"
7583 + version = "0.58.0"
7580 7584
7581 7585 [[patch.unused]]
7582 7586 name = "quasi-webview"
7583 - version = "0.57.0"
7584 -
7585 - [[patch.unused]]
7586 - name = "quasi-type"
7587 - version = "0.1.0"
7587 + version = "0.58.0"
7588 7588
7589 7589 [[patch.unused]]
7590 7590 name = "kberg"
M Cargo.toml +2 -2
@@ -25,8 +25,8 @@
25 25 makeover-timing = "0.1"
26 26 # The described screens, behind audiofiles-browser's `quasi` feature. By git URL
27 27 # with a version requirement, per the tree's rule for cross-repo deps.
28 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" }
29 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" }
28 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" }
29 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" }
30 30 egui = { version = "0.35", default-features = false, features = ["default_fonts"] }
31 31 egui_extras = { version = "0.35", default-features = false }
32 32 eframe = { version = "0.35", default-features = false, features = ["default_fonts", "glow"] }