π zbus_macros 3.14.0.
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.