Skip to main content

max / makenotwork

server: take makeover-build 0.48
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-21 14:15 UTC
Signed with PGP, not checked
Commit: e9667c7443542edbc4a0e6c5fc65b9831f425c09
Parent: 24c1f75
2 files changed, +14 insertions, -14 deletions
M server/Cargo.lock +13 -13
@@ -5381,7 +5381,7 @@
5381 5381
5382 5382 [[package]]
5383 5383 name = "makeover-build"
5384 - version = "0.47.0"
5384 + version = "0.48.0"
5385 5385 dependencies = [
5386 5386 "makeover",
5387 5387 "makeover-geometry",
@@ -10732,14 +10732,6 @@
10732 10732 "pkg-config",
10733 10733 ]
10734 10734
10735 - [[patch.unused]]
10736 - name = "makeover-immediate"
10737 - version = "0.30.0"
10738 -
10739 - [[patch.unused]]
10740 - name = "makeover-tui"
10741 - version = "0.30.0"
10742 -
10743 10735 [[patch.unused]]
10744 10736 name = "kberg"
10745 10737 version = "0.1.0"
@@ -10752,6 +10744,14 @@
10752 10744 name = "painhours"
10753 10745 version = "0.1.0"
10754 10746
10747 + [[patch.unused]]
10748 + name = "synckit-client"
10749 + version = "0.8.0"
10750 +
10751 + [[patch.unused]]
10752 + name = "synckit-config"
10753 + version = "0.2.0"
10754 +
10755 10755 [[patch.unused]]
10756 10756 name = "quasi-immediate"
10757 10757 version = "0.45.0"
@@ -10769,9 +10769,9 @@
10769 10769 version = "0.45.0"
10770 10770
10771 10771 [[patch.unused]]
10772 - name = "synckit-client"
10773 - version = "0.8.0"
10772 + name = "makeover-immediate"
10773 + version = "0.30.0"
10774 10774
10775 10775 [[patch.unused]]
10776 - name = "synckit-config"
10777 - version = "0.2.0"
10776 + name = "makeover-tui"
10777 + version = "0.30.0"
@@ -250,7 +250,7 @@
250 250 # Emits static/geometry.css (makeover-geometry) and static/layout.css
251 251 # (makeover-webview). The same generator GO and BB run; only the output paths
252 252 # differ, since the server serves its stylesheets rather than bundling them.
253 - makeover-build = "0.47.0"
253 + makeover-build = "0.48.0"
254 254 # Read directly for the embeds' own copy of the spacing layer, which they need
255 255 # because an iframe cannot link a stylesheet. makeover-build does not re-export
256 256 # it, so the pin lives here and has to track the one makeover-build resolves.