main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
Issues
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>
2 files changed,
+9 insertions,
-12 deletions
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
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
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
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
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
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.