Skip to content

zvariant-2.5.0

Choose a tag to compare

@zeenix zeenix released this 11 May 07:50
· 4780 commits to main since this release
  • Fix build against rustc/std older than 1.43.0.
  • Add some needed transformations:
    • TryFrom<Value> for OwnedObjectPath.
    • TryFrom<Value> for OwnedSignature.
    • TryFrom<OwnedValue> for OwnedSignature`.
    • TryFrom<OwnedValue> for OwnedObjectPath`.
    • TryFrom<OwnedValue> for Vec<OwnedValue>.
    • TryFrom<&str> for OwnedObjectPath.
    • TryFrom<String> for OwnedObjectPath.
  • Implement Default for ObjectPath & OwnedObjectPath.
  • Drop some needlessly restricting lifetime requirements.
  • Fix a link in documentation.
  • Fix link to documentation on crates.io.