Skip to main content

max / makenotwork

Repin makeover-build to 0.8.0 Regenerated static/geometry.css and static/layout.css are byte-identical. makeover-geometry stays at 0.6, which is what makeover-build 0.8.0 resolves.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-05 20:39 UTC
Signed with PGP, not checked
Commit: d8896385bac03ac41668fbee0a0f1ffc9f79e715
Parent: a79530f
2 files changed, +13 insertions, -13 deletions
M server/Cargo.lock +12 -12
@@ -5271,9 +5271,9 @@
5271 5271
5272 5272 [[package]]
5273 5273 name = "makeover-build"
5274 - version = "0.7.0"
5274 + version = "0.8.0"
5275 5275 source = "registry+https://github.com/rust-lang/crates.io-index"
5276 - checksum = "6e0f93fd97d0ce7e3854c0dd8edddefac444de8197bbaa215dfced38cf7a03b6"
5276 + checksum = "9b1031fffb3b3848db25543b6c7f3f738e14e6084353aded1d14885e3bee02ef"
5277 5277 dependencies = [
5278 5278 "makeover",
5279 5279 "makeover-geometry",
@@ -5288,15 +5288,15 @@
5288 5288
5289 5289 [[package]]
5290 5290 name = "makeover-layout"
5291 - version = "0.7.0"
5291 + version = "0.8.2"
5292 5292 source = "registry+https://github.com/rust-lang/crates.io-index"
5293 - checksum = "00d6235015ee1a15bc6b3936c5265229de3454524053eb67bf95fc6b741299b0"
5293 + checksum = "9883c75a9d26fce10be2b979c01a74f8c07513800a70ec6bf598de1e7d411f1b"
5294 5294
5295 5295 [[package]]
5296 5296 name = "makeover-touch"
5297 - version = "0.2.0"
5297 + version = "0.4.0"
5298 5298 source = "registry+https://github.com/rust-lang/crates.io-index"
5299 - checksum = "064bb24217e6d49ccafbefbcc29c7c42572c164feb98e5876e9ca49e77d58808"
5299 + checksum = "369083d008157d6d95cd2ac0b8dbfee8689d80eb4c2883b48c2ef627a0116fdb"
5300 5300 dependencies = [
5301 5301 "makeover-geometry",
5302 5302 "makeover-layout",
@@ -5304,9 +5304,9 @@
5304 5304
5305 5305 [[package]]
5306 5306 name = "makeover-webview"
5307 - version = "0.13.0"
5307 + version = "0.16.1"
5308 5308 source = "registry+https://github.com/rust-lang/crates.io-index"
5309 - checksum = "ac7fbadaa7cf1e4a074a0b0c62a9ea3b1616f9de4e40990fab209560b807046f"
5309 + checksum = "9a30dd55402695f4771ba6e22e8683c34f13d415df7c6b454faee48ffd985167"
5310 5310 dependencies = [
5311 5311 "makeover-geometry",
5312 5312 "makeover-layout",
@@ -10465,6 +10465,10 @@
10465 10465 "pkg-config",
10466 10466 ]
10467 10467
10468 + [[patch.unused]]
10469 + name = "supernote-push"
10470 + version = "0.1.0"
10471 +
10468 10472 [[patch.unused]]
10469 10473 name = "kberg"
10470 10474 version = "0.1.0"
@@ -10473,10 +10477,6 @@
10473 10477 name = "painhours"
10474 10478 version = "0.1.0"
10475 10479
10476 - [[patch.unused]]
10477 - name = "supernote-push"
10478 - version = "0.1.0"
10479 -
10480 10480 [[patch.unused]]
10481 10481 name = "synckit-client"
10482 10482 version = "0.6.0"
@@ -189,7 +189,7 @@
189 189 # Emits static/geometry.css (makeover-geometry) and static/layout.css
190 190 # (makeover-webview). The same generator GO and BB run; only the output paths
191 191 # differ, since the server serves its stylesheets rather than bundling them.
192 - makeover-build = "0.7.0"
192 + makeover-build = "0.8.0"
193 193 # Read directly for SizeClass, which the breakpoint guard in build.rs compares
194 194 # the stylesheets against. makeover-build does not re-export it, so the pin
195 195 # lives here and has to track the one makeover-build resolves.