Skip to content

πŸ”– zbus_macros 3.14.0.

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 22:11
· 1689 commits to main since this release

✨ Allow unicast signals through the dbus_interface. Fixes #374.
⬆️ Bump our MSRV. More and more dependencies are requiring Rust 1.64.0, so let's bump our MSRV
to match.
πŸ”₯ Drop manual Default impl of PropertyEmitsChangedSignal. After Rust 1.64, we can use the
derive for this.
βͺ️ Revert locking of winnow version. We've bumped our MSRV so there is no need for this
workaround anymore.
🎨 Code comments should also adhere to 100 character limit.