diff --git a/Cargo.toml b/Cargo.toml index 9e09dd31..7cd0eb2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ tokio = { version = "1.32.0", features = ["sync", "rt"] } tokio-stream = { version = "0.1.14", features = ["sync"] } [target.'cfg(target_os = "linux")'.dependencies] -dbus = "0.9.7" +dbus = { version = "0.9.7", features = ["vendored"] } bluez-async = "0.7.2" [target.'cfg(target_os = "android")'.dependencies]