Skip to content

Commit

Permalink
⬆️ Update zbus and a few other deps
Browse files Browse the repository at this point in the history
zbus update is needed to make use of the new channel-based connection
API.
  • Loading branch information
Zeeshan Ali Khan committed Apr 19, 2024
1 parent 239a18d commit 4d49272
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 36 deletions.
57 changes: 22 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ name = "busd"
path = "src/bin/busd.rs"

[dependencies]
zbus = { git = "https://github.com/dbus2/zbus/", features = ["tokio", "bus-impl"], default-features = false }
zbus = { git = "https://github.com/dbus2/zbus/", features = [
"tokio",
"bus-impl",
], default-features = false }
#zbus = { version = "4", features = ["tokio", "bus-impl"], default-features = false }
tokio = { version = "1.37.0", features = [
"macros",
Expand Down

0 comments on commit 4d49272

Please sign in to comment.