Skip to content

Commit 9c8a098

Browse files
committed
Drop pinning of the bluez-async since we moved MSRV to 1.84
1 parent 6189a11 commit 9c8a098

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,8 @@ 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
8178
[target.'cfg(target_os = "linux")'.dependencies]
82-
bluez-async = { version = "=0.8.0", optional = true }
79+
bluez-async = { version = "0.8.2", optional = true }
8380

8481
[dev-dependencies]
8582
fern = { version = "0.7.1", features = ["colored"] }

0 commit comments

Comments
 (0)