Minor update to deps

This commit is contained in:
Luke
2021-01-09 13:46:03 +13:00
parent 81645d0777
commit 54cc51fe5d
5 changed files with 11 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ impl CtrlCharge {
}
#[dbus_interface(signal)]
fn notify_charge(&self, limit: u8) -> zbus::Result<()>;
pub fn notify_charge(&self, limit: u8) -> zbus::Result<()>;
}
impl crate::ZbusAdd for CtrlCharge {