We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6189a11 commit 9c8a098Copy full SHA for 9c8a098
1 file changed
Cargo.toml
@@ -75,11 +75,8 @@ uuid = { version = "1.12.1", optional = true }
75
btleplug = { version = "0.11.7", optional = true, features = ["serde"] }
76
futures = { version = "0.3.31", optional = true }
77
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 }
+bluez-async = { version = "0.8.2", optional = true }
83
84
[dev-dependencies]
85
fern = { version = "0.7.1", features = ["colored"] }
0 commit comments