Skip to content

🔖 zvariant 5.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 11:41
· 207 commits to main since this release
zvariant-5.5.2
2a4d53d
  • ✨ 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.