Closed Xiretza closed 2 years ago
The state.icon object contains two fields open and closed; the latter is typoed as close in this library, making deserialization fail.
state.icon
open
closed
close
I have used #[serde(rename)] for now to avoid a breaking change; the field itself should probably eventually be renamed to closed.
#[serde(rename)]
[breaking-change]
LGTM, thanks!
The
state.icon
object contains two fieldsopen
andclosed
; the latter is typoed asclose
in this library, making deserialization fail.I have used
#[serde(rename)]
for now to avoid a breaking change; the field itself should probably eventually be renamed toclosed
.Checklist
[breaking-change]
somewhere in the commit message