diff options
| author | Ulf Lilleengen <[email protected]> | 2025-09-19 09:53:25 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-09-19 09:53:25 +0200 |
| commit | e5879db0f4b14199e3adfd446a4766cc5b3249f6 (patch) | |
| tree | eaaa2fc07584cfaed3924c3728c44dcdaca7703f /cyw43/Cargo.toml | |
| parent | 4b5707b2563c725ce9bcd5537e2637d9bcaae7c6 (diff) | |
chore: update to bt-hci 0.5.0
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 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 |
| 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.4.0", optional = true } | 39 | bt-hci = { version = "0.5.0", optional = true } |
| 40 | 40 | ||
| 41 | [package.metadata.embassy] | 41 | [package.metadata.embassy] |
| 42 | build = [ | 42 | build = [ |
