Skip to main content

max / makenotwork

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.
Author: Max Johnson <me@maxj.phd> · 2026-07-19 21:39 UTC
Commit: 5710a604a37215d271b0be96d70e91903a4afb19
Parent: 1ef2872
2 files changed, +3 insertions, -3 deletions
@@ -4416,9 +4416,9 @@ dependencies = [
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,7 +124,7 @@ docengine = { path = "../shared/docengine", features = ["doc-loader", "directive
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"] }