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
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.
2 files changed,
+13 insertions,
-13 deletions
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
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
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
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
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.