Skip to main content

max / makenotwork

Catch the makeover-build pin up to 0.25.0 Published with makeover-webview 0.32.0, which the server's generated stylesheets come from. The server reads `Row` only through its builders, so quasi@c80e473's run migration costs it nothing.
Author: Max Johnson <me@maxj.phd> · 2026-08-12 15:49 UTC
Signed with PGP, not checked
Commit: 74e9e3d9be5a6cb7f23e6beb935c9df8f5a4e74d
Parent: d0eb991
2 files changed, +13 insertions, -13 deletions
M server/Cargo.lock +12 -12
@@ -5311,9 +5311,9 @@
5311 5311
5312 5312 [[package]]
5313 5313 name = "makeover-build"
5314 - version = "0.24.0"
5314 + version = "0.25.0"
5315 5315 source = "registry+https://github.com/rust-lang/crates.io-index"
5316 - checksum = "12bcb5bc04026df9a5f4007e2a0f17ed34d8671573ea6445b4d17d7f44280d69"
5316 + checksum = "82681b81f022c342cb764142eb2475430d882e132aa143c6c7fc6871c492e4f8"
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.31.0"
5347 + version = "0.32.0"
5348 5348 source = "registry+https://github.com/rust-lang/crates.io-index"
5349 - checksum = "f9f97c1694d50160ed5c980a17c96b1c8d007dbdb2d6b9472a2a5270e28cb4fd"
5349 + checksum = "9ccc45dfb72ca709785ced43eb8b30644df0ef59a618aca9fc6c6ab8553c77de"
5350 5350 dependencies = [
5351 5351 "makeover-geometry",
5352 5352 "makeover-layout",
@@ -10682,6 +10682,14 @@
10682 10682 "pkg-config",
10683 10683 ]
10684 10684
10685 + [[patch.unused]]
10686 + name = "kberg"
10687 + version = "0.1.0"
10688 +
10689 + [[patch.unused]]
10690 + name = "painhours"
10691 + version = "0.1.0"
10692 +
10685 10693 [[patch.unused]]
10686 10694 name = "synckit-client"
10687 10695 version = "0.8.0"
@@ -10697,11 +10705,3 @@
10697 10705 [[patch.unused]]
10698 10706 name = "quasi-tauri"
10699 10707 version = "0.1.0"
10700 -
10701 - [[patch.unused]]
10702 - name = "kberg"
10703 - version = "0.1.0"
10704 -
10705 - [[patch.unused]]
10706 - name = "painhours"
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.24.0"
239 + makeover-build = "0.25.0"
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.