Skip to main content

max / makeover-webview

0.61.0: carry makeover-touch 0.25.0
Author: Max Johnson <me@maxj.phd> · 2026-08-27 00:23 UTC
Signed with PGP, not checked
Commit: 1d4f00e1d24a9bd1cf4a326f5958a385827247fe
Parent: b676654
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.60.0"
3 + version = "0.61.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
@@ -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.24.0"
30 + makeover-touch = "0.25.0"
31 31 makeover-geometry = "0.7"
32 32
33 33 [lints.rust]