aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-04-07 10:13:40 +0200
committerUlf Lilleengen <[email protected]>2025-04-07 10:13:42 +0200
commit72f72ee15b42338c60271a82152895130d5865ab (patch)
treeff60f4dc894637f1c685a8bed76c46c96d34e94a /cyw43
parent9d83955fd5d03e6ea056b534154636f1eaed3684 (diff)
chore: update cyw43 bt-hci version
The new version contains some fixes to hci serialization.
Diffstat (limited to 'cyw43')
-rw-r--r--cyw43/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index 34a51338c..88d1fe506 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.2.0", optional = true } 39bt-hci = { version = "0.3.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/"