Skip to main content

max / makeover-touch

Follow makeover-layout to 0.44: Syntax and Change The vocabulary grew two members (quasicoherent 19d7602d). Nothing here reads them yet; the bump is the pin moving, and it moves because makeover-layout carries `links`, so two copies of the vocabulary in one graph is a resolver error rather than a warning.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
Author: Max Johnson <me@maxj.phd> · 2026-09-02 15:28 UTC
Signed with PGP, not checked
Commit: 122b2dd37d2bbf41b179427ec84636a344f7dcdd
Parent: e74aa7b
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.33.0"
3 + version = "0.34.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"
@@ -14,7 +14,7 @@
14 14 # it resolves a SECOND makeover-layout beside the one the consumer asked for,
15 15 # and the two Priorities are nominally distinct. makeover-webview takes both
16 16 # crates and was carrying 0.12 and 0.14 at once because of this line.
17 - makeover-layout = "0.43"
17 + makeover-layout = "0.44"
18 18
19 19 [lints.rust]
20 20 unused = "warn"