Skip to content

Commit b8907d2

Browse files
committed
Remove bluez-async dependency
Not needed after updated MSRV
1 parent 1a9d75b commit b8907d2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gen = ["dep:prost-build", "dep:protoc-bin-vendored", "dep:walkdir"]
2222

2323
serde = ["dep:serde", "dep:serde_json"]
2424
ts-gen = ["serde", "dep:specta", "dep:specta-typescript"]
25-
bluetooth-le = ["dep:uuid", "dep:btleplug", "dep:futures", "dep:bluez-async"]
25+
bluetooth-le = ["dep:uuid", "dep:btleplug", "dep:futures"]
2626
tokio = ["dep:tokio", "dep:tokio-serial", "dep:tokio-util"]
2727

2828
[lints.rust]
@@ -75,12 +75,6 @@ uuid = { version = "1.12.1", optional = true }
7575
btleplug = { version = "0.11.7", optional = true, features = ["serde"] }
7676
futures = { version = "0.3.31", optional = true }
7777

78-
#TODO: drop pinning of the bluez-async version once we move the MSRV to 1.84 and we can use
79-
#MSRV-aware resolver instead of this hack. See
80-
#https://blog.rust-lang.org/2025/01/09/Rust-1.84.0/#cargo-considers-rust-versions-for-dependency-version-selection
81-
[target.'cfg(target_os = "linux")'.dependencies]
82-
bluez-async = { version = "=0.8.0", optional = true }
83-
8478
[dev-dependencies]
8579
fern = { version = "0.7.1", features = ["colored"] }
8680
humantime = "2.1.0"

0 commit comments

Comments
 (0)