Skip to main content

max / makeover-build

widen the makeover and makeover-webview pins to their minor floors An exact patch pin on a sibling only creates something to fall behind. 2.4 and 0.17 are the widest requirements that compile.
Author: Max Johnson <me@maxj.phd> · 2026-08-06 18:47 UTC
Signed with PGP, not checked
Commit: c0a90103f87462f929658690fbd753f87e880e72
Parent: 31ded84
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -7,8 +7,8 @@
7 7 repository = "https://makenot.work/git/max/makeover-build"
8 8
9 9 [dependencies]
10 - makeover = "2.4.1"
11 - makeover-webview = "0.17.1"
10 + makeover = "2.4"
11 + makeover-webview = "0.17"
12 12 makeover-geometry = "0.6"
13 13
14 14 [lints.rust]