bluez: Add required futures-util feature
This commit is contained in:
parent
19a994fce9
commit
8b783f2e8e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ keywords = ["dbus", "bluez", "zbus", "bluetooth"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures-channel = { workspace = true, features = ["sink"] }
|
futures-channel = { workspace = true, features = ["sink"] }
|
||||||
futures-util.workspace = true
|
futures-util = {workspace = true, features = ["sink"] }
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
zbus.workspace = true
|
zbus.workspace = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue