Skip to main content

max / audiofiles

Take quasi 0.23.0 and makeover-layout 0.28.2: a row part says what it is worth
Author: Max Johnson <me@maxj.phd> · 2026-08-18 00:32 UTC
Signed with PGP, not checked
Commit: 4de3fc50da3e25f77d2bcc2855c202ceb8d5bfb1
Parent: 505edf8
2 files changed, +16 insertions, -16 deletions
M Cargo.lock +13 -13
@@ -3084,9 +3084,9 @@
3084 3084
3085 3085 [[package]]
3086 3086 name = "makeover-layout"
3087 - version = "0.28.1"
3087 + version = "0.28.2"
3088 3088 source = "registry+https://github.com/rust-lang/crates.io-index"
3089 - checksum = "6f8f1e53e2d0f15249d4ba3c59b52df57af38a956488c1c43c1d3d7bbb31d59b"
3089 + checksum = "23a39310f0553033a02c056725a24295519e4d28ecb5597796fbfc7b2aa81dfa"
3090 3090
3091 3091 [[package]]
3092 3092 name = "maplit"
@@ -4245,7 +4245,7 @@
4245 4245
4246 4246 [[package]]
4247 4247 name = "quasi-immediate"
4248 - version = "0.22.0"
4248 + version = "0.23.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.22.0"
4258 + version = "0.23.0"
4259 4259 dependencies = [
4260 4260 "makeover-layout",
4261 4261 ]
@@ -7544,17 +7544,21 @@
7544 7544 "winnow 1.0.4",
7545 7545 ]
7546 7546
7547 + [[patch.unused]]
7548 + name = "quasi-type"
7549 + version = "0.1.0"
7550 +
7547 7551 [[patch.unused]]
7548 7552 name = "quasi-axum"
7549 - version = "0.22.0"
7553 + version = "0.23.0"
7550 7554
7551 7555 [[patch.unused]]
7552 7556 name = "quasi-basics"
7553 - version = "0.22.0"
7557 + version = "0.23.0"
7554 7558
7555 7559 [[patch.unused]]
7556 7560 name = "quasi-http"
7557 - version = "0.22.0"
7561 + version = "0.23.0"
7558 7562
7559 7563 [[patch.unused]]
7560 7564 name = "quasi-store"
@@ -7562,15 +7566,11 @@
7562 7566
7563 7567 [[patch.unused]]
7564 7568 name = "quasi-tauri"
7565 - version = "0.22.0"
7569 + version = "0.23.0"
7566 7570
7567 7571 [[patch.unused]]
7568 7572 name = "quasi-webview"
7569 - version = "0.22.0"
7570 -
7571 - [[patch.unused]]
7572 - name = "quasi-type"
7573 - version = "0.1.0"
7573 + version = "0.23.0"
7574 7574
7575 7575 [[patch.unused]]
7576 7576 name = "kberg"
M Cargo.toml +3 -3
@@ -17,12 +17,12 @@
17 17 # to compile against an API added in a later one. The two move together --
18 18 # makeover-immediate re-exports nothing, so the `Column` the app describes and
19 19 # the `Column` the renderer matches on have to be the same type.
20 - makeover-layout = "0.28.1"
20 + makeover-layout = "0.28.2"
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.22" }
25 - quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.22" }
24 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.23" }
25 + quasi-immediate = { git = "https://makenot.work/git/max/quasi.git", version = "0.23" }
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"] }