Skip to content

πŸ”– zvariant_utils 3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 02:20
· 273 commits to main since this release
e2210d7
  • πŸ§‘β€πŸ’» Add support for multiple lists to def_attrs! macro.
  • ✨ Add Signature type that represents a D-Bus type signature in parsed form.
  • 🚚 Move serialized::Format from zvariant to zvariant_utils.
  • πŸ”₯ Drop old_new macro. Also the related AttrParse trait. We only needed it to support the
    old dbus_proxy and dbus_interface attributes in zbus macros but we just dropped them.
  • 🚩 Add gvariant cargo feature. This is the same feature flag we've in other crates.
  • βž• New deps:
    • serde
    • nom
    • static_assertions
  • ⬆️ Bump MSRV to 1.81.