feat: zbus 4.2.1 update
This commit is contained in:
parent
ce9c789fe6
commit
f05789c4ce
42 changed files with 390 additions and 389 deletions
|
|
@ -42,7 +42,7 @@ macro_rules! derive_value_build {
|
|||
ret
|
||||
}
|
||||
|
||||
pub fn build<'a>(&'a self) -> std::collections::HashMap<String, zbus::zvariant::Value<'a>> {
|
||||
pub fn build(&self) -> std::collections::HashMap<String, zbus::zvariant::Value<'_>> {
|
||||
let mut out = std::collections::HashMap::new();
|
||||
$(
|
||||
if let Some(val) = &self.$arg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue