mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 12:20:37 +00:00
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:
commit
76e369b8aa
@ -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
|
||||
|
@ -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/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user