Skip to main content

max / audiofiles

Take quasi 0.15 Nothing here constructs a Rest, so this is the version requirement moving with the sibling.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-16 20:14 UTC
Signed with PGP, not checked
Commit: 874aaf30a291d1641ee7f983e27495053b5f3bec
Parent: a7c056d
2 files changed, +29 insertions, -31 deletions
M Cargo.lock +27 -29
@@ -3083,9 +3083,7 @@
3083 3083
3084 3084 [[package]]
3085 3085 name = "makeover-layout"
3086 - version = "0.27.0"
3087 - source = "registry+https://github.com/rust-lang/crates.io-index"
3088 - checksum = "70c07e8b5020bf12ced1aea9313ebf0d4ca764ce2de6ef0d95eddc7d34bd939a"
3086 + version = "0.27.3"
3089 3087
3090 3088 [[package]]
3091 3089 name = "maplit"
@@ -4244,7 +4242,7 @@
4244 4242
4245 4243 [[package]]
4246 4244 name = "quasi-immediate"
4247 - version = "0.14.0"
4245 + version = "0.15.0"
4248 4246 dependencies = [
4249 4247 "docengine",
4250 4248 "egui",
@@ -4254,7 +4252,7 @@
4254 4252
4255 4253 [[package]]
4256 4254 name = "quasi-router"
4257 - version = "0.14.0"
4255 + version = "0.15.0"
4258 4256 dependencies = [
4259 4257 "makeover-layout",
4260 4258 ]
@@ -7543,30 +7541,6 @@
7543 7541 "winnow 1.0.4",
7544 7542 ]
7545 7543
7546 - [[patch.unused]]
7547 - name = "quasi-axum"
7548 - version = "0.14.0"
7549 -
7550 - [[patch.unused]]
7551 - name = "quasi-basics"
7552 - version = "0.14.0"
7553 -
7554 - [[patch.unused]]
7555 - name = "quasi-http"
7556 - version = "0.14.0"
7557 -
7558 - [[patch.unused]]
7559 - name = "quasi-store"
7560 - version = "0.1.0"
7561 -
7562 - [[patch.unused]]
7563 - name = "quasi-tauri"
7564 - version = "0.14.0"
7565 -
7566 - [[patch.unused]]
7567 - name = "quasi-webview"
7568 - version = "0.14.0"
7569 -
7570 7544 [[patch.unused]]
7571 7545 name = "kberg"
7572 7546 version = "0.1.0"
@@ -7578,3 +7552,27 @@
7578 7552 [[patch.unused]]
7579 7553 name = "painhours"
7580 7554 version = "0.1.0"
7555 +
7556 + [[patch.unused]]
7557 + name = "quasi-axum"
7558 + version = "0.15.0"
7559 +
7560 + [[patch.unused]]
7561 + name = "quasi-basics"
7562 + version = "0.15.0"
7563 +
7564 + [[patch.unused]]
7565 + name = "quasi-http"
7566 + version = "0.15.0"
7567 +
7568 + [[patch.unused]]
7569 + name = "quasi-store"
7570 + version = "0.1.0"
7571 +
7572 + [[patch.unused]]
7573 + name = "quasi-tauri"
7574 + version = "0.15.0"
7575 +
7576 + [[patch.unused]]
7577 + name = "quasi-webview"
7578 + version = "0.15.0"
M Cargo.toml +2 -2
@@ -21,8 +21,8 @@
21 21 makeover-immediate = "0.25.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.14" }
25 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.14" }
24 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.15" }
25 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.15" }
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"] }