0.17.1: pin the makeover-layout minimum the radio actually needs
form::radio_html calls FieldKind::Radio, which arrives in makeover-layout 0.8.2.
The pin has said "0.8" since 0.16.1, where the radio landed, so a consumer whose
lock already held 0.8.0 got a resolve that satisfied the pin and then failed to
compile with "variant not found in FieldKind".
Found from makeover-build, which is the crate the apps take in their build.rs
and had exactly that lock.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-06 17:02 UTC
description = "The webview renderer for makeover-layout. Emits CSS, and is the one renderer that needs no palette: var() is the late binding, so resolution stays with the browser."