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
server: track makeover 1.0.0
It was still on 0.9.0 while every other consumer had moved to 0.10.0 --
the drift 1.x exists to prevent. Also picks up the neobrute theme, which
0.10.0 added and the server was missing.
2 files changed,
+3 insertions,
-3 deletions
4416
4416
4417
4417
[[package]]
4418
4418
name = "makeover"
4419
-
version = "0.9.0"
4419
+
version = "1.0.0"
4420
4420
source = "registry+https://github.com/rust-lang/crates.io-index"
4421
-
checksum = "8901217cbffb659a961ac7b63fbfb72bacd4eda13b1d5a7329a9ffed54616165"
4421
+
checksum = "15a1acf8af277255389ab1d7e53412e442983886413025c2f32f9d1dbde81d33"
4422
4422
dependencies = [
4423
4423
"include_dir",
4424
4424
"serde",
124
124
tagtree = { path = "../shared/tagtree" }
125
125
126
126
# Shared theme palette + the bundled theme set (Tier 0 creator theming).
127
-
makeover = "0.9.0"
127
+
makeover = "1.0.0"
128
128
129
129
# Git source browser
130
130
git2 = { version = "0.20", features = ["vendored-libgit2"] }