ITADN

fix: disable heavy zbus dependencies

#54Pull RequestLeandros 创建于 2025-08-12
L
Leandroscommented
The zbus crate has some heavy features that massively slow down compilation times. zbus_systemd does not, on it's own, need these; therefore, they can be disabled by removing the default feature `zbus_default_features`. This feature is part of the `default` set to avoid breaking changes. If users need more zbus features, they simply need to add the `zbus` crate to their own Cargo.toml with the features they need, the crate resolver will include these.
合并状态:未合并 3 条评论