diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-09 19:06:32 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-09 19:06:32 +0200 |
| commit | 0b8d448dbaa5603f5ae970eb9c80b9adcd8298e3 (patch) | |
| tree | c726effb776d2d5d5c7b03cb8c5fe641336f8ae7 /cyw43/Cargo.toml | |
| parent | c67e6adb432977c4474d857f3ba1c672bc2ffa79 (diff) | |
chore: bump bt-hci version to 0.4.0 for cyw43
Diffstat (limited to 'cyw43/Cargo.toml')
| -rw-r--r-- | cyw43/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
| 38 | embedded-io-async = { version = "0.6.0", optional = true } | 38 | embedded-io-async = { version = "0.6.0", optional = true } |
| 39 | bt-hci = { version = "0.3.0", optional = true } | 39 | bt-hci = { version = "0.4.0", optional = true } |
| 40 | 40 | ||
| 41 | [package.metadata.embassy_docs] | 41 | [package.metadata.embassy_docs] |
| 42 | src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/" | 42 | src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/" |
