diff options
| author | xoviat <[email protected]> | 2023-07-27 15:08:53 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-27 15:08:53 +0000 |
| commit | bbd2563e138ce83314ea008547940428617a5798 (patch) | |
| tree | eee6f97b444a2c73369ee82f57a535e53a999765 | |
| parent | 281554016796efdeec9c1690c92f4fbd8acc9c7e (diff) | |
| parent | a6543cef16e74f8e935c92f0b4f3ef12b8f72f75 (diff) | |
Merge pull request #1696 from OueslatiGhaith/hci
wpan: update stm32wb-hci to version 0.1.4
| -rw-r--r-- | embassy-stm32-wpan/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml index 6cd122200..2c6089c56 100644 --- a/embassy-stm32-wpan/Cargo.toml +++ b/embassy-stm32-wpan/Cargo.toml | |||
| @@ -26,7 +26,7 @@ aligned = "0.4.1" | |||
| 26 | 26 | ||
| 27 | bit_field = "0.10.2" | 27 | bit_field = "0.10.2" |
| 28 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } | 28 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } |
| 29 | stm32wb-hci = { version = "0.1.3", optional = true } | 29 | stm32wb-hci = { version = "0.1.4", optional = true } |
| 30 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 30 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 31 | bitflags = { version = "2.3.3", optional = true } | 31 | bitflags = { version = "2.3.3", optional = true } |
| 32 | 32 | ||
