Skip to main content

max / makeover-touch

Bump to 0.25.0: 0.24.0 is published and this tree is not it a481052 moved this crate to makeover-layout 0.35.0 under an unchanged 0.24.0, which is on crates.io. Minor rather than patch: lib.rs:128 re-exports makeover_layout::Priority, and makeover-layout 0.34 to 0.35 is breaking at 0.x, so the break reaches consumers. Its one consumer, Libraries/makeover-webview, stays on 0.24.0 until this is published. The suite has no [patch] redirect, so an unpublished requirement would simply fail to resolve.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-23 23:19 UTC
Signed with PGP, not checked
Commit: f32283fb74e582ac471daf52b10af347b551a7f7
Parent: a481052
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.24.0"
3 + version = "0.25.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"