Update bt-hci to 0.2

This commit is contained in:
Dario Nieuwenhuis 2025-01-03 00:16:43 +01:00
parent 6824567307
commit b127ca9844

View File

@ -36,7 +36,7 @@ heapless = "0.8.0"
# Bluetooth deps
embedded-io-async = { version = "0.6.0", optional = true }
bt-hci = { version = "0.1.0", optional = true }
bt-hci = { version = "0.2.0", optional = true }
[package.metadata.embassy_docs]
src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/"