diff --git a/Cargo.toml b/Cargo.toml index ed77ba06..5f7e9f72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tokio-stream = { version = "0.1.17", features = ["sync"] } [target.'cfg(target_os = "linux")'.dependencies] dbus = "0.9.7" -bluez-async = "0.8.0" +bluez-async = "=0.8.0" [target.'cfg(target_os = "android")'.dependencies] jni = "0.19.0"