Skip to content

Commit

Permalink
📌 Switch to git main of zbus
Browse files Browse the repository at this point in the history
This will enable us to already start using the new `interface` attribute
to disable docs in the introspection.
  • Loading branch information
zeenix committed Nov 12, 2024
1 parent 72e9154 commit 75e0e3b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
28 changes: 12 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ name = "busd"
path = "src/bin/busd.rs"

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

0 comments on commit 75e0e3b

Please sign in to comment.