aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-09-19 07:56:11 +0000
committerGitHub <[email protected]>2025-09-19 07:56:11 +0000
commite4c388c70469bd8f2f9e2072607a1cb236fd25cd (patch)
treeeaaa2fc07584cfaed3924c3728c44dcdaca7703f /cyw43
parent4b5707b2563c725ce9bcd5537e2637d9bcaae7c6 (diff)
parente5879db0f4b14199e3adfd446a4766cc5b3249f6 (diff)
Merge pull request #4683 from embassy-rs/bt-hci-0.5
chore: update to bt-hci 0.5.0
Diffstat (limited to 'cyw43')
-rw-r--r--cyw43/CHANGELOG.md1
-rw-r--r--cyw43/Cargo.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/cyw43/CHANGELOG.md b/cyw43/CHANGELOG.md
index 03363ad01..58a440335 100644
--- a/cyw43/CHANGELOG.md
+++ b/cyw43/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11- Updated documentation for Control::join() #4678 11- Updated documentation for Control::join() #4678
12- Bump bt-hci to 0.5.0
12 13
13## 0.5.0 - 2025-08-28 14## 0.5.0 - 2025-08-28
14 15
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index 4d3a43733..0d0c26089 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.4.0", optional = true } 39bt-hci = { version = "0.5.0", optional = true }
40 40
41[package.metadata.embassy] 41[package.metadata.embassy]
42build = [ 42build = [