Skip to main content

max / makeover-touch

Take makeover-layout 0.9 The pin was "0.8", which is not semver-compatible with 0.9 pre-1.0, so a tree holding both this and makeover-webview 0.18 resolved two copies of the description layer. Two vocabularies in one graph is the failure the crate exists to prevent, and a re-exported Priority from one of them is not the Priority the other names. Minor rather than patch because the re-export at src/lib.rs:128 puts a makeover-layout type in this crate's public API, so its identity changes with the underlying version.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-09 02:11 UTC
Signed with PGP, not checked
Commit: 43a75e7695ead424b85ee9f8aefc1f2d9bd4dcaf
Parent: 67f177c
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.4.0"
3 + version = "0.5.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"
@@ -8,7 +8,7 @@
8 8
9 9 [dependencies]
10 10 makeover-geometry = "0.6"
11 - makeover-layout = "0.8"
11 + makeover-layout = "0.9"
12 12
13 13 [lints.rust]
14 14 unused = "warn"