Skip to main content

max / goingson

Follow quasi to 0.95, where a slot may be several questions The reminders form is unchanged: a slot that is one question submits under the same bare indexed name it always did.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_013vDpLixQiknHhfHiGxFWo7
Author: Max Johnson <me@maxj.phd> · 2026-09-01 17:07 UTC
Signed with PGP, not checked
Commit: 9506524a0ba15bd24386e700ce661650066bc48b
Parent: 489a2e8
2 files changed, +30 insertions, -30 deletions
M Cargo.lock +24 -24
@@ -1387,7 +1387,7 @@
1387 1387 "libc",
1388 1388 "option-ext",
1389 1389 "redox_users",
1390 - "windows-sys 0.61.2",
1390 + "windows-sys 0.60.2",
1391 1391 ]
1392 1392
1393 1393 [[package]]
@@ -1628,7 +1628,7 @@
1628 1628 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1629 1629 dependencies = [
1630 1630 "libc",
1631 - "windows-sys 0.61.2",
1631 + "windows-sys 0.60.2",
1632 1632 ]
1633 1633
1634 1634 [[package]]
@@ -3649,7 +3649,7 @@
3649 3649 "png 0.18.1",
3650 3650 "serde",
3651 3651 "thiserror 2.0.20",
3652 - "windows-sys 0.61.2",
3652 + "windows-sys 0.60.2",
3653 3653 ]
3654 3654
3655 3655 [[package]]
@@ -3782,7 +3782,7 @@
3782 3782 source = "registry+https://github.com/rust-lang/crates.io-index"
3783 3783 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3784 3784 dependencies = [
3785 - "windows-sys 0.61.2",
3785 + "windows-sys 0.60.2",
3786 3786 ]
3787 3787
3788 3788 [[package]]
@@ -4716,7 +4716,7 @@
4716 4716
4717 4717 [[package]]
4718 4718 name = "quasi-http"
4719 - version = "0.94.0"
4719 + version = "0.95.0"
4720 4720 dependencies = [
4721 4721 "form_urlencoded",
4722 4722 "http",
@@ -4725,7 +4725,7 @@
4725 4725
4726 4726 [[package]]
4727 4727 name = "quasi-notifs"
4728 - version = "0.94.0"
4728 + version = "0.95.0"
4729 4729 dependencies = [
4730 4730 "quasi-router",
4731 4731 "synckit-config",
@@ -4735,14 +4735,14 @@
4735 4735
4736 4736 [[package]]
4737 4737 name = "quasi-router"
4738 - version = "0.94.0"
4738 + version = "0.95.0"
4739 4739 dependencies = [
4740 4740 "makeover-layout",
4741 4741 ]
4742 4742
4743 4743 [[package]]
4744 4744 name = "quasi-tauri"
4745 - version = "0.94.0"
4745 + version = "0.95.0"
4746 4746 dependencies = [
4747 4747 "http",
4748 4748 "quasi-http",
@@ -4768,7 +4768,7 @@
4768 4768
4769 4769 [[package]]
4770 4770 name = "quasi-webview"
4771 - version = "0.94.0"
4771 + version = "0.95.0"
4772 4772 dependencies = [
4773 4773 "docengine",
4774 4774 "makeover-layout",
@@ -5207,7 +5207,7 @@
5207 5207 "errno",
5208 5208 "libc",
5209 5209 "linux-raw-sys",
5210 - "windows-sys 0.61.2",
5210 + "windows-sys 0.60.2",
5211 5211 ]
5212 5212
5213 5213 [[package]]
@@ -5264,7 +5264,7 @@
5264 5264 "security-framework",
5265 5265 "security-framework-sys",
5266 5266 "webpki-root-certs",
5267 - "windows-sys 0.61.2",
5267 + "windows-sys 0.60.2",
5268 5268 ]
5269 5269
5270 5270 [[package]]
@@ -5804,7 +5804,7 @@
5804 5804 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
5805 5805 dependencies = [
5806 5806 "libc",
5807 - "windows-sys 0.61.2",
5807 + "windows-sys 0.60.2",
5808 5808 ]
5809 5809
5810 5810 [[package]]
@@ -6550,7 +6550,7 @@
6550 6550 "getrandom 0.4.3",
6551 6551 "once_cell",
6552 6552 "rustix",
6553 - "windows-sys 0.61.2",
6553 + "windows-sys 0.60.2",
6554 6554 ]
6555 6555
6556 6556 [[package]]
@@ -6572,7 +6572,7 @@
6572 6572 "parking_lot",
6573 6573 "rustix",
6574 6574 "signal-hook",
6575 - "windows-sys 0.61.2",
6575 + "windows-sys 0.60.2",
6576 6576 ]
6577 6577
6578 6578 [[package]]
@@ -7054,7 +7054,7 @@
7054 7054 "png 0.18.1",
7055 7055 "serde",
7056 7056 "thiserror 2.0.20",
7057 - "windows-sys 0.61.2",
7057 + "windows-sys 0.60.2",
7058 7058 ]
7059 7059
7060 7060 [[package]]
@@ -7089,7 +7089,7 @@
7089 7089 dependencies = [
7090 7090 "memoffset",
7091 7091 "tempfile",
7092 - "windows-sys 0.61.2",
7092 + "windows-sys 0.60.2",
7093 7093 ]
7094 7094
7095 7095 [[package]]
@@ -7619,7 +7619,7 @@
7619 7619 source = "registry+https://github.com/rust-lang/crates.io-index"
7620 7620 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7621 7621 dependencies = [
7622 - "windows-sys 0.61.2",
7622 + "windows-sys 0.60.2",
7623 7623 ]
7624 7624
7625 7625 [[package]]
@@ -8476,22 +8476,22 @@
8476 8476 "winnow 1.0.4",
8477 8477 ]
8478 8478
8479 - [[patch.unused]]
8480 - name = "ops-status"
8481 - version = "0.1.0"
8482 -
8483 8479 [[patch.unused]]
8484 8480 name = "quasi-axum"
8485 - version = "0.94.0"
8481 + version = "0.95.0"
8486 8482
8487 8483 [[patch.unused]]
8488 8484 name = "quasi-basics"
8489 - version = "0.94.0"
8485 + version = "0.95.0"
8490 8486
8491 8487 [[patch.unused]]
8492 8488 name = "quasi-immediate"
8493 - version = "0.94.0"
8489 + version = "0.95.0"
8494 8490
8495 8491 [[patch.unused]]
8496 8492 name = "quasi-store"
8497 8493 version = "0.1.0"
8494 +
8495 + [[patch.unused]]
8496 + name = "ops-status"
8497 + version = "0.1.0"
@@ -36,7 +36,7 @@
36 36 makeover-geometry = "0.7"
37 37 # Only to write its selection and clock scripts into the frontend. Those two are
38 38 # the whole of `frontend/js/` since the swap.
39 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.94" }
39 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.95" }
40 40
41 41 [dependencies]
42 42 goingson-core = { workspace = true }
@@ -54,10 +54,10 @@
54 54 # dependency's source even with the feature off -- so a public clone could not
55 55 # build at all against a URL it could not reach. quasi went public that day and
56 56 # the URL moved here with it.
57 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.94" }
58 - quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.94" }
59 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.94" }
60 - quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.94" }
57 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.95" }
58 + quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.95" }
59 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.95" }
60 + quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.95" }
61 61
62 62 # The notification declaration, and it is NOT behind the `quasi` feature: the
63 63 # watcher is desktop app behaviour rather than a described screen, and the
@@ -69,7 +69,7 @@
69 69 # so an app wanting eight lines over `tauri-plugin-notification` had to link the
70 70 # whole description stack for them. quasicoherent `c231ff13` moved it here,
71 71 # where the `Deliver` trait it implements already lives.
72 - quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.94", features = ["synckit", "describe", "tauri"] }
72 + quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.95", features = ["synckit", "describe", "tauri"] }
73 73
74 74 # Tauri
75 75 tauri = { workspace = true, features = ["image-png", "devtools"] }