Skip to main content

max / makeover-touch

0.28.0: makeover-layout 0.38.0 No code change. `links = "makeover-layout"` means one copy of the vocabulary per graph, so a minor there moves every crate that pins it, and this pins the exact patch. Carried by the theme-picker cascade (makeover-layout 518c650a).
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01AAbx8dxVmuVeyKbKoRrUL2
Author: Max Johnson <me@maxj.phd> · 2026-08-28 19:08 UTC
Signed with PGP, not checked
Commit: 550c7280e88dafca250576ce317df419b13a9e20
Parent: 93bfc29
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-touch"
3 - version = "0.27.0"
3 + version = "0.28.0"
4 4 edition = "2024"
5 5 description = "The adaptation layer of the make-family design system: which affordances exist at a given input class and window size class. Names what appears and disappears, never how much space it takes."
6 6 license = "MIT"
@@ -13,7 +13,7 @@
13 13 # it resolves a SECOND makeover-layout beside the one the consumer asked for,
14 14 # and the two Priorities are nominally distinct. makeover-webview takes both
15 15 # crates and was carrying 0.12 and 0.14 at once because of this line.
16 - makeover-layout = "0.37.0"
16 + makeover-layout = "0.38.0"
17 17
18 18 [lints.rust]
19 19 unused = "warn"