Skip to main content

max / audiofiles

Take quasi 0.68.0 `Act::copies` says a press puts a value on the clipboard, and `Act` gained a field, so this is a breaking bump. Ruling: wiki `quasi-vocabulary-findings`, "copying a value is a member on the act". Nothing here sets it yet; converting MNW's 14 sites is mnw-server `17050ff5`.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-27 17:52 UTC
Signed with PGP, not checked
Commit: 008367f274bb422c237d98b9cc48d8009520629f
Parent: b9d29b9
2 files changed, +14 insertions, -14 deletions
M Cargo.lock +12 -12
@@ -4256,7 +4256,7 @@
4256 4256
4257 4257 [[package]]
4258 4258 name = "quasi-immediate"
4259 - version = "0.67.0"
4259 + version = "0.68.0"
4260 4260 dependencies = [
4261 4261 "docengine",
4262 4262 "egui",
@@ -4267,7 +4267,7 @@
4267 4267
4268 4268 [[package]]
4269 4269 name = "quasi-router"
4270 - version = "0.67.0"
4270 + version = "0.68.0"
4271 4271 dependencies = [
4272 4272 "makeover-layout",
4273 4273 ]
@@ -7568,21 +7568,25 @@
7568 7568 name = "painhours"
7569 7569 version = "0.1.0"
7570 7570
7571 + [[patch.unused]]
7572 + name = "quasi-type"
7573 + version = "0.1.0"
7574 +
7571 7575 [[patch.unused]]
7572 7576 name = "quasi-axum"
7573 - version = "0.67.0"
7577 + version = "0.68.0"
7574 7578
7575 7579 [[patch.unused]]
7576 7580 name = "quasi-basics"
7577 - version = "0.67.0"
7581 + version = "0.68.0"
7578 7582
7579 7583 [[patch.unused]]
7580 7584 name = "quasi-http"
7581 - version = "0.67.0"
7585 + version = "0.68.0"
7582 7586
7583 7587 [[patch.unused]]
7584 7588 name = "quasi-notifs"
7585 - version = "0.67.0"
7589 + version = "0.68.0"
7586 7590
7587 7591 [[patch.unused]]
7588 7592 name = "quasi-store"
@@ -7590,12 +7594,8 @@
7590 7594
7591 7595 [[patch.unused]]
7592 7596 name = "quasi-tauri"
7593 - version = "0.67.0"
7597 + version = "0.68.0"
7594 7598
7595 7599 [[patch.unused]]
7596 7600 name = "quasi-webview"
7597 - version = "0.67.0"
7598 -
7599 - [[patch.unused]]
7600 - name = "quasi-type"
7601 - version = "0.1.0"
7601 + version = "0.68.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.67" }
30 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.67" }
29 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.68" }
30 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.68" }
31 31 egui = { version = "0.35", default-features = false, features = ["default_fonts"] }
32 32 egui_extras = { version = "0.35", default-features = false }
33 33 eframe = { version = "0.35", default-features = false, features = ["default_fonts", "glow"] }