🔖 zvariant 5.5.1
·
683 commits
to main
since this release
A bugfix release, fixing the breakage from 5.5.0 (now yanked):
- 🚑️ Use
pub useinstead of a type alias. foras_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.