feat: zbus 4.2.1 update

This commit is contained in:
Ashley Wulber 2024-05-16 15:24:53 -04:00 committed by GitHub
parent ce9c789fe6
commit f05789c4ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 390 additions and 389 deletions

View file

@ -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 {