Skip to main content

max / goingson

Move the quasi pins to 0.58 quasi `00ee7af5` added `Action::navigates`, a member on `Action`, so the workspace went to 0.58.0. Forward-fixed in the same pass.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-25 17:45 UTC
Signed with PGP, not checked
Commit: 8b53246d54d6d889c06773f94c72c539d7643fa5
Parent: a8ff40d
2 files changed, +26 insertions, -26 deletions
M Cargo.lock +20 -20
@@ -3880,7 +3880,7 @@
3880 3880 source = "registry+https://github.com/rust-lang/crates.io-index"
3881 3881 checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
3882 3882 dependencies = [
3883 - "proc-macro-crate 1.3.1",
3883 + "proc-macro-crate 3.5.0",
3884 3884 "proc-macro2",
3885 3885 "quote",
3886 3886 "syn 2.0.119",
@@ -4706,7 +4706,7 @@
4706 4706
4707 4707 [[package]]
4708 4708 name = "quasi-http"
4709 - version = "0.56.0"
4709 + version = "0.58.0"
4710 4710 dependencies = [
4711 4711 "form_urlencoded",
4712 4712 "http",
@@ -4715,7 +4715,7 @@
4715 4715
4716 4716 [[package]]
4717 4717 name = "quasi-notifs"
4718 - version = "0.56.0"
4718 + version = "0.58.0"
4719 4719 dependencies = [
4720 4720 "quasi-router",
4721 4721 "synckit-config",
@@ -4723,14 +4723,14 @@
4723 4723
4724 4724 [[package]]
4725 4725 name = "quasi-router"
4726 - version = "0.56.0"
4726 + version = "0.58.0"
4727 4727 dependencies = [
4728 4728 "makeover-layout",
4729 4729 ]
4730 4730
4731 4731 [[package]]
4732 4732 name = "quasi-tauri"
4733 - version = "0.56.0"
4733 + version = "0.58.0"
4734 4734 dependencies = [
4735 4735 "http",
4736 4736 "quasi-http",
@@ -4756,7 +4756,7 @@
4756 4756
4757 4757 [[package]]
4758 4758 name = "quasi-webview"
4759 - version = "0.56.0"
4759 + version = "0.58.0"
4760 4760 dependencies = [
4761 4761 "docengine",
4762 4762 "makeover-layout",
@@ -8494,21 +8494,21 @@
8494 8494 ]
8495 8495
8496 8496 [[patch.unused]]
8497 - name = "quasi-axum"
8498 - version = "0.56.0"
8499 -
8500 - [[patch.unused]]
8501 - name = "quasi-basics"
8502 - version = "0.56.0"
8503 -
8504 - [[patch.unused]]
8505 - name = "quasi-immediate"
8506 - version = "0.56.0"
8507 -
8508 - [[patch.unused]]
8509 - name = "quasi-store"
8497 + name = "ops-status"
8510 8498 version = "0.1.0"
8511 8499
8512 8500 [[patch.unused]]
8513 - name = "ops-status"
8501 + name = "quasi-axum"
8502 + version = "0.58.0"
8503 +
8504 + [[patch.unused]]
8505 + name = "quasi-basics"
8506 + version = "0.58.0"
8507 +
8508 + [[patch.unused]]
8509 + name = "quasi-immediate"
8510 + version = "0.58.0"
8511 +
8512 + [[patch.unused]]
8513 + name = "quasi-store"
8514 8514 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.57" }
39 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" }
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.57" }
58 - quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" }
59 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" }
60 - quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" }
57 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" }
58 + quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" }
59 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" }
60 + quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" }
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
@@ -74,7 +74,7 @@
74 74 # before it has ported its screens cannot take it. `notifications::Notifier` is
75 75 # the eight lines meanwhile, and it goes when the flip makes quasi-router
76 76 # unconditional here.
77 - quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.57", features = ["synckit", "describe"] }
77 + quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.58", features = ["synckit", "describe"] }
78 78
79 79 # Tauri
80 80 tauri = { workspace = true, features = ["image-png", "devtools"] }