Skip to main content

max / goingson

Lock the published makeover 0.10 cascade The lockfile the cascade resolved to once makeover-layout 0.10.0, makeover-touch 0.6.0 and makeover-webview 0.19.0 were on crates.io. The manifest bump shipped with the meter commit; this is the resolution.
Author: Max Johnson <me@maxj.phd> · 2026-08-09 13:11 UTC
Signed with PGP, not checked
Commit: c655ee17158bd14ac7a10ff2cd252b7b01646ba7
Parent: a3eec95
1 file changed, +16 insertions, -2 deletions
M Cargo.lock +16 -2
@@ -3309,6 +3309,8 @@
3309 3309 [[package]]
3310 3310 name = "makeover-layout"
3311 3311 version = "0.10.0"
3312 + source = "registry+https://github.com/rust-lang/crates.io-index"
3313 + checksum = "586e191675d471f1b10a6d3620f8d9f796c74032bff3dd1efb0e578c290dc4ef"
3312 3314
3313 3315 [[package]]
3314 3316 name = "makeover-touch"
@@ -3320,6 +3322,16 @@
3320 3322 "makeover-layout 0.9.0",
3321 3323 ]
3322 3324
3325 + [[package]]
3326 + name = "makeover-touch"
3327 + version = "0.6.0"
3328 + source = "registry+https://github.com/rust-lang/crates.io-index"
3329 + checksum = "54908e627c94ee16a6349f3aa6a98fe60365f1671be218ce4ca6701b71e44ae7"
3330 + dependencies = [
3331 + "makeover-geometry",
3332 + "makeover-layout 0.10.0",
3333 + ]
3334 +
3323 3335 [[package]]
3324 3336 name = "makeover-tui"
3325 3337 version = "0.9.0"
@@ -3339,16 +3351,18 @@
3339 3351 dependencies = [
3340 3352 "makeover-geometry",
3341 3353 "makeover-layout 0.9.0",
3342 - "makeover-touch",
3354 + "makeover-touch 0.5.0",
3343 3355 ]
3344 3356
3345 3357 [[package]]
3346 3358 name = "makeover-webview"
3347 3359 version = "0.19.0"
3360 + source = "registry+https://github.com/rust-lang/crates.io-index"
3361 + checksum = "e55462f42c8a1960ff7a58edb30717ffcea7b1df2f5a6f0bfb6d00230de7e234"
3348 3362 dependencies = [
3349 3363 "makeover-geometry",
3350 3364 "makeover-layout 0.10.0",
3351 - "makeover-touch",
3365 + "makeover-touch 0.6.0",
3352 3366 ]
3353 3367
3354 3368 [[package]]