diff options
| -rw-r--r-- | embassy-stm32-wpan/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml index fe6b968ef..4f53a400a 100644 --- a/embassy-stm32-wpan/Cargo.toml +++ b/embassy-stm32-wpan/Cargo.toml | |||
| @@ -34,9 +34,7 @@ aligned = "0.4.1" | |||
| 34 | 34 | ||
| 35 | bit_field = "0.10.2" | 35 | bit_field = "0.10.2" |
| 36 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } | 36 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } |
| 37 | # NOTE: pinned to avoid regression: | 37 | stm32wb-hci = { version = "0.17.0", optional = true } |
| 38 | # https://github.com/OueslatiGhaith/stm32wb-hci/issues/8 | ||
| 39 | stm32wb-hci = { version = "=0.17.0", optional = true } | ||
| 40 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 38 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 41 | bitflags = { version = "2.3.3", optional = true } | 39 | bitflags = { version = "2.3.3", optional = true } |
| 42 | 40 | ||
