Skip to main content

max / goingson

Move the quasi pins to 0.57, for Outcome::Locate quasi `3d8fe4f8`. A new outcome member is breaking, and nothing here matches on `Outcome` -- the host adapters all live in the quasi workspace -- so the forward fix is the requirement. Verified: `cargo check` green against quasi@82508d4.
Author: Max Johnson <me@maxj.phd> · 2026-08-25 17:15 UTC
Signed with PGP, not checked
Commit: a8ff40dbc30faee8449b53ba0724fdc1bf04fe68
Parent: 620e00d
1 file changed, +6 insertions, -6 deletions
@@ -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.56" }
39 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" }
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.56" }
58 - quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.56" }
59 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.56" }
60 - quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.56" }
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" }
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.56", features = ["synckit", "describe"] }
77 + quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.57", features = ["synckit", "describe"] }
78 78
79 79 # Tauri
80 80 tauri = { workspace = true, features = ["image-png", "devtools"] }