aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-09 19:06:32 +0200
committerUlf Lilleengen <[email protected]>2025-08-09 19:06:32 +0200
commit0b8d448dbaa5603f5ae970eb9c80b9adcd8298e3 (patch)
treec726effb776d2d5d5c7b03cb8c5fe641336f8ae7 /cyw43
parentc67e6adb432977c4474d857f3ba1c672bc2ffa79 (diff)
chore: bump bt-hci version to 0.4.0 for cyw43
Diffstat (limited to 'cyw43')
-rw-r--r--cyw43/CHANGELOG.md2
-rw-r--r--cyw43/Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/cyw43/CHANGELOG.md b/cyw43/CHANGELOG.md
index c800e785b..7de0073b6 100644
--- a/cyw43/CHANGELOG.md
+++ b/cyw43/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11- bump bt-hci to 0.4.0
12
11## 0.4.0 - 2025-07-15 13## 0.4.0 - 2025-07-15
12 14
13- bump embassy-sync to 0.7.0 15- bump embassy-sync to 0.7.0
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index 8aef8963c..74c9f1f3a 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.3.0", optional = true } 39bt-hci = { version = "0.4.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/"