Fix: ensure property derive is on all property methods for slash

This commit is contained in:
Luke D. Jones
2024-05-09 09:34:02 +12:00
parent a18692ef1e
commit 37bc5e45b9
8 changed files with 41 additions and 31 deletions

View File

@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [v6.0.4]
### Changed
- Remove some `todo()` in rogcc
- Add missing `#[zbus(property)]` derive to Slash dbus properties
## [v6.0.3]
### NOTE