Skip to main content

max / quasi

the template's two host manifests were still on quasi 0.44 The workspace table moved to 0.50 and these two did not, because they name their host adapter directly rather than through it. Caught by generating outside the tree, which is the only place the pins are read at all.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-22 03:04 UTC
Signed with PGP, not checked
Commit: 1d3ef246278cc4c2ad20434b22e4a29538d42d4f
Parent: f24f871
3 files changed, +6 insertions, -6 deletions
M Cargo.lock +4 -4
@@ -6183,10 +6183,6 @@
6183 6183 "winnow 1.0.4",
6184 6184 ]
6185 6185
6186 - [[patch.unused]]
6187 - name = "quasi-type"
6188 - version = "0.1.0"
6189 -
6190 6186 [[patch.unused]]
6191 6187 name = "makeover-timing"
6192 6188 version = "0.1.0"
@@ -6210,3 +6206,7 @@
6210 6206 [[patch.unused]]
6211 6207 name = "synckit-client"
6212 6208 version = "0.8.1"
6209 +
6210 + [[patch.unused]]
6211 + name = "quasi-type"
6212 + version = "0.1.0"
@@ -16,7 +16,7 @@
16 16 # The Tauri host adapter. The `version` is not decoration: cargo checks it
17 17 # against whatever the branch head resolves to, so a generated app fails at
18 18 # resolution rather than compiling against a sibling it was not written for.
19 - quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.44" }
19 + quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.50" }
20 20 quasi-router = { workspace = true }
21 21 quasi-webview = { workspace = true }
22 22
@@ -16,7 +16,7 @@
16 16 # The axum host adapter, carrying a `version` for the reason every other git
17 17 # dependency here does: the requirement is what makes a mismatch a resolution
18 18 # error instead of a compile error somewhere further in.
19 - quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.44" }
19 + quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.50" }
20 20 quasi-router = { workspace = true }
21 21 quasi-webview = { workspace = true }
22 22