feat: zbus 4.2.1 update
This commit is contained in:
parent
ce9c789fe6
commit
f05789c4ce
42 changed files with 390 additions and 389 deletions
|
|
@ -27,7 +27,7 @@ impl<'a> NetworkManagerSettings<'a> {
|
|||
let connections = self.0.list_connections().await?;
|
||||
let mut out = Vec::with_capacity(connections.len());
|
||||
for connection in connections {
|
||||
let connection = ConnectionSettingsProxy::builder(self.0.connection())
|
||||
let connection = ConnectionSettingsProxy::builder(self.0.inner().connection())
|
||||
.path(connection)?
|
||||
.build()
|
||||
.await?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue