Skip to main content

max / goingson

Take quasi 0.100 goingson builds no rows, so the Run change reaches it as a requirement bump and nothing else.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
Author: Max Johnson <me@maxj.phd> · 2026-09-03 02:17 UTC
Signed with PGP, not checked
Commit: e7fd578beeeb0596fea7a365e7028c3ecbd99b00
Parent: 13cb50e
2 files changed, +14 insertions, -14 deletions
M Cargo.lock +8 -8
@@ -4716,7 +4716,7 @@
4716 4716
4717 4717 [[package]]
4718 4718 name = "quasi-http"
4719 - version = "0.99.0"
4719 + version = "0.100.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.99.0"
4728 + version = "0.100.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.99.0"
4738 + version = "0.100.0"
4739 4739 dependencies = [
4740 4740 "makeover-layout",
4741 4741 ]
4742 4742
4743 4743 [[package]]
4744 4744 name = "quasi-tauri"
4745 - version = "0.99.0"
4745 + version = "0.100.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.99.0"
4771 + version = "0.100.0"
4772 4772 dependencies = [
4773 4773 "docengine",
4774 4774 "makeover-layout",
@@ -8482,15 +8482,15 @@
8482 8482
8483 8483 [[patch.unused]]
8484 8484 name = "quasi-axum"
8485 - version = "0.99.0"
8485 + version = "0.100.0"
8486 8486
8487 8487 [[patch.unused]]
8488 8488 name = "quasi-basics"
8489 - version = "0.99.0"
8489 + version = "0.100.0"
8490 8490
8491 8491 [[patch.unused]]
8492 8492 name = "quasi-immediate"
8493 - version = "0.99.0"
8493 + version = "0.100.0"
8494 8494
8495 8495 [[patch.unused]]
8496 8496 name = "quasi-store"
@@ -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.99" }
39 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.100" }
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.99" }
58 - quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.99" }
59 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.99" }
60 - quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.99" }
57 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.100" }
58 + quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.100" }
59 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.100" }
60 + quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.100" }
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.99", features = ["synckit", "describe", "tauri"] }
72 + quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.100", features = ["synckit", "describe", "tauri"] }
73 73
74 74 # Tauri
75 75 tauri = { workspace = true, features = ["image-png", "devtools"] }