Merge pull request #4520 from embassy-rs/bump-bthci-rp

chore: bump bt-hci version to 0.4.0 for cyw43
This commit is contained in:
Ulf Lilleengen 2025-08-09 20:39:51 +02:00 committed by GitHub
commit 76e369b8aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## Unreleased - ReleaseDate
- bump bt-hci to 0.4.0
## 0.4.0 - 2025-07-15
- bump embassy-sync to 0.7.0

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.3.0", optional = true }
bt-hci = { version = "0.4.0", optional = true }
[package.metadata.embassy_docs]
src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/"