From a2edeb2503102e6ff564639accc984f432467672 Mon Sep 17 00:00:00 2001 From: Andrew Mackenzie Date: Mon, 20 Apr 2026 17:29:38 +0200 Subject: [PATCH] Update btleplug version to 0.12.0 Keep with the latest and allow dependents of this crate to use btleplug 0.12.0 too --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a45a6bf..cf28a48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } thiserror = "2.0.11" uuid = { version = "1.12.1", optional = true } -btleplug = { version = "0.11.7", optional = true, features = ["serde"] } +btleplug = { version = "0.12.0", optional = true, features = ["serde"] } futures = { version = "0.3.31", optional = true } strum = { version = "0.28", optional = true, features = ["derive"] }