Skip to content

🔖 zvariant 5.5.1

Choose a tag to compare

@github-actions github-actions released this 03 May 21:11
· 683 commits to main since this release
zvariant-5.5.1
babdc32

A bugfix release, fixing the breakage from 5.5.0 (now yanked):

  • 🚑️ Use pub use instead of a type alias. for as_value::{Deserialize, Serialize}. They structs expose their main internal field and get instantiated directly in the using code and that seems to break the API compatiblity when using type aliases.
  • 🔥 Drop as_value::{Serialize, Deserialize} re-export. This was an accident. We don't want them on the crate-level.