🔖 zvariant 5.5.2
·
207 commits
to main
since this release
- ✨ Un-deprecate SerializeDict & DeserializeDict. For simple cases, they're pretty good and
now that we've made them wrappers around serde derives, maintenance shouldn't be an issue. We
will no longer need to add new attributes because if people woule want any, they should just use
the serde derives directly. - ✨ SerializeDict & DeserializeDict now wrappers around serde derives.