Skip to content

๐Ÿ”– zbus_xmlgen 4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 22:01
· 932 commits to main since this release
af12a7d
  • ๐Ÿš‘๏ธ Always use owned types for signal args. We started doing this already in 2.0 but it
    didn't cover all cases and we still sometimes end up with types that do not implement
    serde::Deserialize. As a side-effect, this now also turns some of the normal method args to
    take references instead of values, which is a good thing. #412
  • ๐Ÿ”ฅ Remove unneeded imports.
  • โœ… zx: Add more tests for signals.
  • โฌ†๏ธ Update clap to 4.5.
  • โฌ†๏ธ Update pretty_assertions to 1.4.