Skip to main content

max / makenotwork

Move the quasi pins to 0.57, for Outcome::Locate quasi `3d8fe4f8`. A new `Outcome` member is breaking and this crate matches on none of them, so the forward fix is the requirement. Verified: `cargo check` green against quasi@82508d4. The lock is left alone: its diff here is unrelated resolver drift from another session's work in this tree.
Author: Max Johnson <me@maxj.phd> · 2026-08-25 17:18 UTC
Signed with PGP, not checked
Commit: 1833e1a43e851a19ce29f861657339902e8ac9d3
Parent: 2e8c6ee
1 file changed, +5 insertions, -5 deletions
@@ -157,7 +157,7 @@
157 157 # through quasi beside its Askama equivalent, so the cost of describing a screen
158 158 # here is measured rather than argued. Not load-bearing for any shipped route.
159 159 # See wiki look-wave-2, tier G.
160 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.56" }
160 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" }
161 161 # The description vocabulary quasi's screen types are built from. Pinned here
162 162 # rather than reached through quasi-router's re-export because a described
163 163 # screen names FieldKind and Tone directly; it has to track what quasi-router
@@ -173,13 +173,13 @@
173 173 # For the request head the per-viewer state factory reads. axum re-exports it,
174 174 # but the factory's signature is quasi-axum's and names `http::request::Parts`.
175 175 http = "1.3.1"
176 - quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.56" }
177 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.56" }
176 + quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" }
177 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" }
178 178 # The first-party widget set. The carousel was proved here against three pages
179 179 # and then moved there; what is left in `quasi/widgets/carousel.rs` is the
180 180 # Askama glue. Not `makeover-basics`: a widget is an assembly of `Node`s, so it
181 181 # sits above quasi-router rather than inside the description suite.
182 - quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.56" }
182 + quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" }
183 183
184 184 # Git source browser
185 185 gix = { version = "0.86", default-features = false, features = ["blame", "mailmap", "revision", "sha1", "max-performance-safe"] }
@@ -273,7 +273,7 @@
273 273 # Written from the crate rather than copied into the repo for the reason the
274 274 # constants exist: a stale copy in a static directory is a silently dead bulk
275 275 # bar, and the version has to be the one the emitter agrees with.
276 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.56" }
276 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" }
277 277
278 278 [dev-dependencies]
279 279 tower = { version = "0.5.3", features = ["util"] }