Skip to content

Commit b8c7cbb

Browse files
committed
TEMPORARY
1 parent 1db863f commit b8c7cbb

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

Cargo.lock

Lines changed: 11 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,14 @@ features = ["serde", "v4"]
233233
[dependencies.zbus]
234234
version = "5.12.0"
235235
optional = true
236+
git = "https://github.com/mulkieran/zbus.git"
237+
branch = "sort-introspect-by-interface-name"
236238
features = ["tokio"]
237239

240+
[dependencies.zvariant]
241+
git = "https://github.com/mulkieran/zbus.git"
242+
branch = "sort-introspect-by-interface-name"
243+
238244
[build-dependencies]
239245
pkg-config = "0.3.31"
240246

0 commit comments

Comments
 (0)