From e5879db0f4b14199e3adfd446a4766cc5b3249f6 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Fri, 19 Sep 2025 09:53:25 +0200 Subject: chore: update to bt-hci 0.5.0 --- cyw43/CHANGELOG.md | 1 + cyw43/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 ## Unreleased - ReleaseDate - Updated documentation for Control::join() #4678 +- Bump bt-hci to 0.5.0 ## 0.5.0 - 2025-08-28 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" # Bluetooth deps embedded-io-async = { version = "0.6.0", optional = true } -bt-hci = { version = "0.4.0", optional = true } +bt-hci = { version = "0.5.0", optional = true } [package.metadata.embassy] build = [ -- cgit