main
tag: v0.1.0
tag: v0.10.0
tag: v0.11.0
tag: v0.12.0
tag: v0.13.0
tag: v0.13.1
tag: v0.14.0
tag: v0.14.1
tag: v0.15.0
tag: v0.16.0
tag: v0.17.0
tag: v0.18.0
tag: v0.19.0
tag: v0.2.0
tag: v0.20.0
tag: v0.20.1
tag: v0.20.2
tag: v0.20.3
tag: v0.21.0
tag: v0.22.0
tag: v0.23.0
tag: v0.23.1
tag: v0.24.0
tag: v0.25.0
tag: v0.26.0
tag: v0.27.0
tag: v0.28.0
tag: v0.29.0
tag: v0.3.0
tag: v0.3.1
tag: v0.30.0
tag: v0.31.0
tag: v0.32.0
tag: v0.33.0
tag: v0.34.0
tag: v0.35.0
tag: v0.36.0
tag: v0.37.0
tag: v0.38.0
tag: v0.39.0
tag: v0.4.0
tag: v0.40.0
tag: v0.41.0
tag: v0.42.0
tag: v0.43.0
tag: v0.44.0
tag: v0.46.0
tag: v0.47.0
tag: v0.48.0
tag: v0.49.0
tag: v0.49.1
tag: v0.5.0
tag: v0.50.0
tag: v0.51.0
tag: v0.52.0
tag: v0.53.0
tag: v0.54.0
tag: v0.55.0
tag: v0.56.0
tag: v0.57.0
tag: v0.58.0
tag: v0.59.0
tag: v0.6.0
tag: v0.60.0
tag: v0.61.0
tag: v0.62.0
tag: v0.63.0
tag: v0.63.1
tag: v0.64.0
tag: v0.65.0
tag: v0.66.0
tag: v0.67.0
tag: v0.68.0
tag: v0.69.0
tag: v0.7.0
tag: v0.70.0
tag: v0.8.0
tag: v0.9.0
Files
Commits
Tags
Notes
Issues
Pin makeover-webview 0.75.1, which is the one that compiles
0.75.0 says `makeover-layout = "0.44"` and is written against 0.44.2's chart
types and `Choice::chosen`, so a host whose lock already had 0.44.0 resolves
it and fails. This crate calls none of that and still cannot take a version
that cannot build.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01P8ostB2UmZJGj5WjSHRSot
1 file changed,
+5 insertions,
-1 deletion
48
48
# re-asserted only the axes its depth declares, so a flat control kept the
49
49
# hover surface after it stopped answering, and anything without a bevel kept
50
50
# the pressed rule's inset one.
51
-
makeover-webview = "0.75"
51
+
# 0.75.1, not 0.75.0: 0.75.0 says `makeover-layout = "0.44"` and is written
52
+
# against 0.44.2's chart types and `Choice::chosen`, so it resolves against an
53
+
# older lock and does not compile. This crate does not call any of that and
54
+
# still cannot take the version that cannot build.
55
+
makeover-webview = "0.75.1"
52
56
makeover-geometry = "0.7"
53
57
# 0.1.1, not 0.1.0: the cadence axis and `reduced_motion_css` are what
54
58
# `timing_css` emits, and 0.1.0 has neither. A consumer resolving 0.1.0 would