Skip to main content

max / makenotwork

Take quasi 0.60: a question answered N times Forward fix for quasi 60d1753c. Nothing on the server describes a repeating question yet; the pin moves because a cross-repo version requirement states which major the consumer is written against.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-25 19:08 UTC
Signed with PGP, not checked
Commit: b090fa498ab52d34c67bc9ac578ecd0e00df0a2a
Parent: 6849120
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.59" }
166 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.60" }
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.59" }
183 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.59" }
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" }
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.59" }
188 + quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.60" }
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.59" }
280 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.60" }
281 281
282 282 [dev-dependencies]
283 283 tower = { version = "0.5.3", features = ["util"] }