Skip to main content

max / makeover-webview

0.72.0: follow makeover-layout to 0.43.0 The Bespoke split. `links = "makeover-layout"` forbids two copies of the vocabulary in one graph, so a consumer cannot stay behind while the wave lands, and the requirement change is breaking for anything downstream of this crate whatever else did or did not change here.
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-01 22:06 UTC
Signed with PGP, not checked
Commit: 6e3f29777ec0a6540c510f621934fdad3d8d9a12
Parent: b100710
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.71.0"
3 + version = "0.72.0"
4 4 edition = "2024"
5 5 # One copy of this renderer per dependency graph, enforced by cargo rather than
6 6 # by remembering. Two versions means the generated stylesheet and the emitted
@@ -28,7 +28,7 @@
28 28 # satisfies "0.8" and keeps a second makeover-geometry in the graph next to the
29 29 # 0.7 this crate asks for. `Density` is nominally distinct across the two and
30 30 # the build fails on a type that reads as identical.
31 - makeover-touch = "0.32"
31 + makeover-touch = "0.33"
32 32 makeover-geometry = "0.7"
33 33
34 34 [lints.rust]