Skip to main content

max / makenotwork

Move the server's quasi pins to 0.61 The tree carries quasi 0.61 and the server still required "0.60", which the pre-push internal-deps gate refuses: a requirement that cannot resolve against the sibling it names fails on every machine that lacks the [patch] block, and blocks any push out of this repo. Manifest only. The server needed no source change for 0.61 -- verified by building HEAD with nothing but this pin applied.
Author: Max Johnson <me@maxj.phd> · 2026-08-25 19:52 UTC
Signed with PGP, not checked
Commit: 8c48477fa6319075920141edd90ceebeabf953d9
Parent: bdf03f5
1 file changed, +5 insertions, -5 deletions
@@ -163,7 +163,7 @@
163 163 # through quasi beside its Askama equivalent, so the cost of describing a screen
164 164 # here is measured rather than argued. Not load-bearing for any shipped route.
165 165 # See wiki look-wave-2, tier G.
166 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.60" }
166 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.61" }
167 167 # The description vocabulary quasi's screen types are built from. Pinned here
168 168 # rather than reached through quasi-router's re-export because a described
169 169 # screen names FieldKind and Tone directly; it has to track what quasi-router
@@ -179,13 +179,13 @@
179 179 # For the request head the per-viewer state factory reads. axum re-exports it,
180 180 # but the factory's signature is quasi-axum's and names `http::request::Parts`.
181 181 http = "1.3.1"
182 - quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.60" }
183 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.60" }
182 + quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.61" }
183 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.61" }
184 184 # The first-party widget set. The carousel was proved here against three pages
185 185 # and then moved there; what is left in `quasi/widgets/carousel.rs` is the
186 186 # Askama glue. Not `makeover-basics`: a widget is an assembly of `Node`s, so it
187 187 # sits above quasi-router rather than inside the description suite.
188 - quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.60" }
188 + quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.61" }
189 189
190 190 # Git source browser
191 191 gix = { version = "0.86", default-features = false, features = ["blame", "mailmap", "revision", "sha1", "max-performance-safe"] }
@@ -277,7 +277,7 @@
277 277 # Written from the crate rather than copied into the repo for the reason the
278 278 # constants exist: a stale copy in a static directory is a silently dead bulk
279 279 # bar, and the version has to be the one the emitter agrees with.
280 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.60" }
280 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.61" }
281 281
282 282 [dev-dependencies]
283 283 tower = { version = "0.5.3", features = ["util"] }