Skip to main content

max / goingson

Take quasi 0.20.0 Cells grew a menu member. The task list is the tree's other described table and does not offer a row menu yet, so this is the forward fix alone.
Author: Max Johnson <me@maxj.phd> · 2026-08-17 21:53 UTC
Signed with PGP, not checked
Commit: 93f0cf320ac52ffe7ed52f8dbb3887d6e5d98fb4
Parent: c106dcb
2 files changed, +36 insertions, -32 deletions
M Cargo.lock +31 -27
@@ -1367,7 +1367,7 @@
1367 1367 "libc",
1368 1368 "option-ext",
1369 1369 "redox_users",
1370 - "windows-sys 0.61.2",
1370 + "windows-sys 0.60.2",
1371 1371 ]
1372 1372
1373 1373 [[package]]
@@ -1608,7 +1608,7 @@
1608 1608 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1609 1609 dependencies = [
1610 1610 "libc",
1611 - "windows-sys 0.61.2",
1611 + "windows-sys 0.60.2",
1612 1612 ]
1613 1613
1614 1614 [[package]]
@@ -3418,10 +3418,14 @@
3418 3418 [[package]]
3419 3419 name = "makeover-layout"
3420 3420 version = "0.28.0"
3421 + source = "registry+https://github.com/rust-lang/crates.io-index"
3422 + checksum = "4621aad492adac3b258a3a2822b5e4661b0ed3884ca565c29c933f32f5acc050"
3421 3423
3422 3424 [[package]]
3423 3425 name = "makeover-touch"
3424 3426 version = "0.20.0"
3427 + source = "registry+https://github.com/rust-lang/crates.io-index"
3428 + checksum = "0f2f1181373d7a2762512060ebd0804910c456bc99e7d8263a7967dbb63c10a3"
3425 3429 dependencies = [
3426 3430 "makeover-geometry",
3427 3431 "makeover-layout",
@@ -3430,6 +3434,8 @@
3430 3434 [[package]]
3431 3435 name = "makeover-tui"
3432 3436 version = "0.27.0"
3437 + source = "registry+https://github.com/rust-lang/crates.io-index"
3438 + checksum = "873c3ff9dec3ee250e192ede31664c9d985fe999a0c0c27edde9748d4fa67339"
3433 3439 dependencies = [
3434 3440 "makeover",
3435 3441 "makeover-layout",
@@ -3439,6 +3445,8 @@
3439 3445 [[package]]
3440 3446 name = "makeover-webview"
3441 3447 version = "0.47.0"
3448 + source = "registry+https://github.com/rust-lang/crates.io-index"
3449 + checksum = "1b53e075387c3d151b065e073064aebb5ad299d5a7cd133e30d59257f25ae773"
3442 3450 dependencies = [
3443 3451 "makeover-geometry",
3444 3452 "makeover-layout",
@@ -3587,7 +3595,7 @@
3587 3595 "png 0.18.1",
3588 3596 "serde",
3589 3597 "thiserror 2.0.20",
3590 - "windows-sys 0.61.2",
3598 + "windows-sys 0.60.2",
3591 3599 ]
3592 3600
3593 3601 [[package]]
@@ -3720,7 +3728,7 @@
3720 3728 source = "registry+https://github.com/rust-lang/crates.io-index"
3721 3729 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3722 3730 dependencies = [
3723 - "windows-sys 0.61.2",
3731 + "windows-sys 0.60.2",
3724 3732 ]
3725 3733
3726 3734 [[package]]
@@ -4645,7 +4653,7 @@
4645 4653
4646 4654 [[package]]
4647 4655 name = "quasi-http"
4648 - version = "0.19.0"
4656 + version = "0.20.0"
4649 4657 dependencies = [
4650 4658 "form_urlencoded",
4651 4659 "http",
@@ -4654,14 +4662,14 @@
4654 4662
4655 4663 [[package]]
4656 4664 name = "quasi-router"
4657 - version = "0.19.0"
4665 + version = "0.20.0"
4658 4666 dependencies = [
4659 4667 "makeover-layout",
4660 4668 ]
4661 4669
4662 4670 [[package]]
4663 4671 name = "quasi-tauri"
4664 - version = "0.19.0"
4672 + version = "0.20.0"
4665 4673 dependencies = [
4666 4674 "http",
4667 4675 "quasi-http",
@@ -4671,7 +4679,7 @@
4671 4679
4672 4680 [[package]]
4673 4681 name = "quasi-webview"
4674 - version = "0.19.0"
4682 + version = "0.20.0"
4675 4683 dependencies = [
4676 4684 "docengine",
4677 4685 "makeover-layout",
@@ -5099,7 +5107,7 @@
5099 5107 "errno",
5100 5108 "libc",
5101 5109 "linux-raw-sys",
5102 - "windows-sys 0.61.2",
5110 + "windows-sys 0.60.2",
5103 5111 ]
5104 5112
5105 5113 [[package]]
@@ -5156,7 +5164,7 @@
5156 5164 "security-framework",
5157 5165 "security-framework-sys",
5158 5166 "webpki-root-certs",
5159 - "windows-sys 0.61.2",
5167 + "windows-sys 0.60.2",
5160 5168 ]
5161 5169
5162 5170 [[package]]
@@ -5686,7 +5694,7 @@
5686 5694 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
5687 5695 dependencies = [
5688 5696 "libc",
5689 - "windows-sys 0.61.2",
5697 + "windows-sys 0.60.2",
5690 5698 ]
5691 5699
5692 5700 [[package]]
@@ -6461,7 +6469,7 @@
6461 6469 "getrandom 0.4.3",
6462 6470 "once_cell",
6463 6471 "rustix",
6464 - "windows-sys 0.61.2",
6472 + "windows-sys 0.60.2",
6465 6473 ]
6466 6474
6467 6475 [[package]]
@@ -6483,7 +6491,7 @@
6483 6491 "parking_lot",
6484 6492 "rustix",
6485 6493 "signal-hook",
6486 - "windows-sys 0.61.2",
6494 + "windows-sys 0.60.2",
6487 6495 ]
6488 6496
6489 6497 [[package]]
@@ -6965,7 +6973,7 @@
6965 6973 "png 0.18.1",
6966 6974 "serde",
6967 6975 "thiserror 2.0.20",
6968 - "windows-sys 0.61.2",
6976 + "windows-sys 0.60.2",
6969 6977 ]
6970 6978
6971 6979 [[package]]
@@ -7000,7 +7008,7 @@
7000 7008 dependencies = [
7001 7009 "memoffset",
7002 7010 "tempfile",
7003 - "windows-sys 0.61.2",
7011 + "windows-sys 0.60.2",
7004 7012 ]
7005 7013
7006 7014 [[package]]
@@ -7530,7 +7538,7 @@
7530 7538 source = "registry+https://github.com/rust-lang/crates.io-index"
7531 7539 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7532 7540 dependencies = [
7533 - "windows-sys 0.61.2",
7541 + "windows-sys 0.60.2",
7534 7542 ]
7535 7543
7536 7544 [[package]]
@@ -8355,17 +8363,21 @@
8355 8363 "winnow 1.0.4",
8356 8364 ]
8357 8365
8366 + [[patch.unused]]
8367 + name = "ops-status"
8368 + version = "0.1.0"
8369 +
8358 8370 [[patch.unused]]
8359 8371 name = "quasi-axum"
8360 - version = "0.19.0"
8372 + version = "0.20.0"
8361 8373
8362 8374 [[patch.unused]]
8363 8375 name = "quasi-basics"
8364 - version = "0.19.0"
8376 + version = "0.20.0"
8365 8377
8366 8378 [[patch.unused]]
8367 8379 name = "quasi-immediate"
8368 - version = "0.19.0"
8380 + version = "0.20.0"
8369 8381
8370 8382 [[patch.unused]]
8371 8383 name = "quasi-store"
@@ -8374,11 +8386,3 @@
8374 8386 [[patch.unused]]
8375 8387 name = "quasi-type"
8376 8388 version = "0.1.0"
8377 -
8378 - [[patch.unused]]
8379 - name = "ops-status"
8380 - version = "0.1.0"
8381 -
8382 - [[patch.unused]]
8383 - name = "makeover-immediate"
8384 - version = "0.28.0"
@@ -32,7 +32,7 @@
32 32 # `quasi` feature. Optional here as well as below so a default build compiles
33 33 # neither: one `dep:` name covers both tables, which is what lets the feature
34 34 # gate the build script and the crate together.
35 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.19", optional = true }
35 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.20", optional = true }
36 36
37 37 [dependencies]
38 38 goingson-core = { workspace = true }
@@ -50,10 +50,10 @@
50 50 # dependency's source even with the feature off -- so a public clone could not
51 51 # build at all against a URL it could not reach. quasi went public that day and
52 52 # the URL moved here with it.
53 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.19", optional = true }
54 - quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.19", optional = true }
55 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.19", optional = true }
56 - quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.19", optional = true }
53 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.20", optional = true }
54 + quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.20", optional = true }
55 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.20", optional = true }
56 + quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.20", optional = true }
57 57
58 58 # Tauri
59 59 tauri = { workspace = true, features = ["image-png", "devtools"] }