Skip to main content

max / quasi

Version the quasi scaffolder at 0.4.0, matching its siblings Every other crate in the workspace was already 0.4.0; the scaffolder had been left at the 0.0.0 placeholder. Per the version mapping ratified 2026-08-14 (wiki maturity-ladder): 0.x alpha, 1.0.0-beta.N beta, 1.0.0 release. 0.0.0 failed even the internal-library rule that versions increase and are unique, so every build was indistinguishable by version. No crate here is published and every internal dep is a bare path dep with no version requirement, so nothing downstream moves.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 21:47 UTC
Signed with PGP, not checked
Commit: 4e4c5f2dd66e39023d4823a3af497047b95bfdce
Parent: f25fe7c
2 files changed, +15 insertions, -9 deletions
M Cargo.lock +14 -8
@@ -2296,7 +2296,9 @@
2296 2296
2297 2297 [[package]]
2298 2298 name = "makeover-immediate"
2299 - version = "0.19.0"
2299 + version = "0.20.0"
2300 + source = "registry+https://github.com/rust-lang/crates.io-index"
2301 + checksum = "4562842f4badc11fe48b96e7cf22a37f42ad57a2f6e313f48680edbc07554bbe"
2300 2302 dependencies = [
2301 2303 "egui",
2302 2304 "egui_extras",
@@ -2306,10 +2308,14 @@
2306 2308 [[package]]
2307 2309 name = "makeover-layout"
2308 2310 version = "0.22.0"
2311 + source = "registry+https://github.com/rust-lang/crates.io-index"
2312 + checksum = "58dad575602dd23c8f69297e9ef774be84e4c6e4c58a54892448175cb6a096da"
2309 2313
2310 2314 [[package]]
2311 2315 name = "makeover-touch"
2312 - version = "0.13.0"
2316 + version = "0.14.0"
2317 + source = "registry+https://github.com/rust-lang/crates.io-index"
2318 + checksum = "2d6241ec48fe2dea0d1051b1bfa3c6213bf0e7a75731153c20ca91c501953f24"
2313 2319 dependencies = [
2314 2320 "makeover-geometry",
2315 2321 "makeover-layout",
@@ -2317,7 +2323,9 @@
2317 2323
2318 2324 [[package]]
2319 2325 name = "makeover-tui"
2320 - version = "0.19.0"
2326 + version = "0.20.0"
2327 + source = "registry+https://github.com/rust-lang/crates.io-index"
2328 + checksum = "417dc9cf87884338402e4fac007c66a844bbe2289f31b26cf23d1ac33896d0aa"
2321 2329 dependencies = [
2322 2330 "makeover",
2323 2331 "makeover-layout",
@@ -2327,6 +2335,8 @@
2327 2335 [[package]]
2328 2336 name = "makeover-webview"
2329 2337 version = "0.38.0"
2338 + source = "registry+https://github.com/rust-lang/crates.io-index"
2339 + checksum = "cf73eb60125c7ae695cfce2678b2338f22101ae5c835a080a599a9d52b595f18"
2330 2340 dependencies = [
2331 2341 "makeover-geometry",
2332 2342 "makeover-layout",
@@ -3015,7 +3025,7 @@
3015 3025
3016 3026 [[package]]
3017 3027 name = "quasi"
3018 - version = "0.0.0"
3028 + version = "0.4.0"
3019 3029
3020 3030 [[package]]
3021 3031 name = "quasi-axum"
@@ -5527,7 +5537,3 @@
5527 5537 [[patch.unused]]
5528 5538 name = "tagtree"
5529 5539 version = "0.4.0"
5530 -
5531 - [[patch.unused]]
5532 - name = "makeover-build"
5533 - version = "0.30.0"
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "quasi"
3 - version = "0.0.0"
3 + version = "0.4.0"
4 4 description = "Scaffolder for the quasicoherent stack"
5 5 edition.workspace = true
6 6 rust-version.workspace = true