Update to zbus 5.x

Depends on https://github.com/pop-os/libcosmic/pull/682.
This commit is contained in:
Ian Douglas Scott 2025-05-21 15:45:40 -07:00 committed by Victoria Brekenfeld
parent 7ee48e5444
commit b5d5479b86
3 changed files with 99 additions and 129 deletions

View file

@ -25,7 +25,7 @@ use zbus::blocking::Connection;
default_service = "com.system76.PowerDaemon",
default_path = "/com/system76/PowerDaemon"
)]
trait PowerDaemon {
pub trait PowerDaemon {
/// Balanced method
fn balanced(&self) -> zbus::Result<()>;