Skip to main content

max / makeover-touch

0.13.0: require makeover-layout 0.21 The manifest already asked for 0.21.0; a published crate cannot change what it requires without a version of its own, and 0.12.0 is on crates.io asking for ^0.19. Since makeover-layout carries `links`, leaving it there is a resolver error for anyone taking both, not a stale-but-working pin.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 16:35 UTC
Signed with PGP, not checked
Commit: 92439a7f90b640d1858afee73bde5550578fff7d
Parent: 21c2202
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-touch"
3 - version = "0.12.0"
3 + version = "0.13.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"