Skip to main content

max / makeover-webview

Take makeover-touch 0.21.0 The touch layer follows the vocabulary minor. 0.49.0 is unpublished, so this lands under the version already declared rather than taking another.
Author: Max Johnson <me@maxj.phd> · 2026-08-18 19:55 UTC
Signed with PGP, not checked
Commit: e2ff9df59234a0b3e481518faad2c8b7c5830a69
Parent: 63404dc
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -17,7 +17,7 @@
17 17 # patch satisfy the requirement and still fail to compile. That happened once
18 18 # with `form::radio_html` calling `FieldKind::Radio`, and makeover-build is where
19 19 # it surfaced, one release later.
20 - makeover-layout = "0.29.0"
20 + makeover-layout = "0.29.1"
21 21 # The capability axis. `makeover-touch` decides whether a hover rule should be
22 22 # gated at all; `makeover-geometry` spells the gate as a media condition. Both
23 23 # answers are owned elsewhere and neither is re-derived here.
@@ -27,7 +27,7 @@
27 27 # satisfies "0.8" and keeps a second makeover-geometry in the graph next to the
28 28 # 0.7 this crate asks for. `Density` is nominally distinct across the two and
29 29 # the build fails on a type that reads as identical.
30 - makeover-touch = "0.20.0"
30 + makeover-touch = "0.21.0"
31 31 makeover-geometry = "0.7"
32 32
33 33 [lints.rust]