Skip to main content

max / makenotwork

Move the server's 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. The lock is left to the lane already editing it.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-25 17:47 UTC
Signed with PGP, not checked
Commit: 2babc3b381c18d24e7bda60f86ccec240beabc0f
Parent: d1a5480
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.57" }
160 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" }
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.57" }
177 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.57" }
176 + quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" }
177 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" }
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.57" }
182 + quasi-basics = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" }
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.57" }
276 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.58" }
277 277
278 278 [dev-dependencies]
279 279 tower = { version = "0.5.3", features = ["util"] }