Skip to main content

max / makeover-webview

0.25.1: take makeover-touch 0.8.2, so the graph holds one makeover-layout This crate takes makeover-touch and makeover-layout both, and touch was pinned to layout "0.12" while this asked for 0.14.0. Two makeover-layouts compiled here every build, and touch re-exports Priority, so the duplicate was reachable rather than merely wasteful. Nothing here changed. The pin is the fix and it lives one crate up.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-11 18:31 UTC
Signed with PGP, not checked
Commit: 4710cd2db0d7bd072e281791f58e990268c90479
Parent: f8f1ab5
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-webview"
3 - version = "0.25.0"
3 + version = "0.25.1"
4 4 edition = "2024"
5 5 description = "The webview renderer for makeover-layout. Emits CSS, and is the one renderer that needs no palette: var() is the late binding, so resolution stays with the browser."
6 6 license = "MIT"
@@ -22,7 +22,7 @@
22 22 # satisfies "0.8" and keeps a second makeover-geometry in the graph next to the
23 23 # 0.7 this crate asks for. `Density` is nominally distinct across the two and
24 24 # the build fails on a type that reads as identical.
25 - makeover-touch = "0.8.1"
25 + makeover-touch = "0.8.2"
26 26 makeover-geometry = "0.7"
27 27
28 28 [lints.rust]