aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-01-03 00:16:43 +0100
committerDario Nieuwenhuis <[email protected]>2025-01-03 00:16:43 +0100
commitb127ca9844a7e4e9079800be81d173e2725066c6 (patch)
treee5268949799e8a75be171bd19acd9a07a01bbca2
parent6824567307cb7c92833437988992d05cb7febcd2 (diff)
Update bt-hci to 0.2
-rw-r--r--cyw43/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index 334e1f75e..91873d663 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -36,7 +36,7 @@ heapless = "0.8.0"
36 36
37# Bluetooth deps 37# Bluetooth deps
38embedded-io-async = { version = "0.6.0", optional = true } 38embedded-io-async = { version = "0.6.0", optional = true }
39bt-hci = { version = "0.1.0", optional = true } 39bt-hci = { version = "0.2.0", optional = true }
40 40
41[package.metadata.embassy_docs] 41[package.metadata.embassy_docs]
42src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/" 42src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/"