Skip to content

πŸ”– zbus 5.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 15:54
· 46 commits to main since this release
c312981
  • πŸ› Drop unnecessary 'static lifetime requirements in proxy. The passed strings just need to
    satisfy the inner lifetime of the proxy.
  • πŸ› Fix generated get_all() function. Naming the optional header parameter 'header' several
    times for different property getters collides with the 'header` local argument of the generated
    get_all() function. Obvious workaround is don't name your special parameter 'header'. This is
    easily fixed by simply wrapping each getter code block generated for get_all() in its own scope.