Skip to main content

max / makenotwork

Take makeover-build 0.20.3, so the server reads the same vocabulary as the apps goingson and balanced_breakfast both resolve makeover-webview 0.27.0 now. The server was one patch behind on makeover-build and so still generated its layout.css off 0.26.0, which is the divergence the pin sweep exists to end. The lock also picks up cargo's patch.unused ordering, which is not stable between runs and was already dirty in the tree before this change.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-12 01:13 UTC
Commit: 128da1b0a97cca382069f2aa277bc07faf2543cb
Parent: 1d78aa7
2 files changed, +9 insertions, -12 deletions
@@ -5311,9 +5311,9 @@
5311 5311
5312 5312 [[package]]
5313 5313 name = "makeover-build"
5314 - version = "0.20.2"
5314 + version = "0.20.3"
5315 5315 source = "registry+https://github.com/rust-lang/crates.io-index"
5316 - checksum = "cd400b7498878fb8465a4f01ee6b918fb6d0ae30479b8f8792d2b85722282e73"
5316 + checksum = "03de69cdc2ffab895db55e9c8a1d757abedeaeca697c335e9cd4930a128a7b3e"
5317 5317 dependencies = [
5318 5318 "makeover",
5319 5319 "makeover-geometry",
@@ -5344,9 +5344,9 @@
5344 5344
5345 5345 [[package]]
5346 5346 name = "makeover-webview"
5347 - version = "0.26.0"
5347 + version = "0.27.0"
5348 5348 source = "registry+https://github.com/rust-lang/crates.io-index"
5349 - checksum = "104d377d660eabeace98de31fab5dfb63f6ccbf679a68c2e761cde29f7f79062"
5349 + checksum = "4fc9a4c9e84745dcbd4a009ac4fd4d12af611e6ddeb8258d7b517423b5143aff"
5350 5350 dependencies = [
5351 5351 "makeover-geometry",
5352 5352 "makeover-layout",
@@ -8283,9 +8283,6 @@
8283 8283 [[package]]
8284 8284 name = "subst"
8285 8285 version = "0.1.0"
8286 - dependencies = [
8287 - "regex-lite",
8288 - ]
8289 8286
8290 8287 [[package]]
8291 8288 name = "subtle"
@@ -10686,11 +10683,11 @@
10686 10683 ]
10687 10684
10688 10685 [[patch.unused]]
10689 - name = "quasi-store"
10686 + name = "kberg"
10690 10687 version = "0.1.0"
10691 10688
10692 10689 [[patch.unused]]
10693 - name = "quasi-tauri"
10690 + name = "painhours"
10694 10691 version = "0.1.0"
10695 10692
10696 10693 [[patch.unused]]
@@ -10702,9 +10699,9 @@
10702 10699 version = "0.2.0"
10703 10700
10704 10701 [[patch.unused]]
10705 - name = "kberg"
10702 + name = "quasi-store"
10706 10703 version = "0.1.0"
10707 10704
10708 10705 [[patch.unused]]
10709 - name = "painhours"
10706 + name = "quasi-tauri"
10710 10707 version = "0.1.0"
@@ -236,7 +236,7 @@
236 236 # Emits static/geometry.css (makeover-geometry) and static/layout.css
237 237 # (makeover-webview). The same generator GO and BB run; only the output paths
238 238 # differ, since the server serves its stylesheets rather than bundling them.
239 - makeover-build = "0.20.2"
239 + makeover-build = "0.20.3"
240 240 # Read directly for the embeds' own copy of the spacing layer, which they need
241 241 # because an iframe cannot link a stylesheet. makeover-build does not re-export
242 242 # it, so the pin lives here and has to track the one makeover-build resolves.