diff options
Diffstat (limited to 'embassy-stm32-wpan/Cargo.toml')
| -rw-r--r-- | embassy-stm32-wpan/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml index 0802b7328..75d978d1a 100644 --- a/embassy-stm32-wpan/Cargo.toml +++ b/embassy-stm32-wpan/Cargo.toml | |||
| @@ -40,6 +40,7 @@ log = { version = "0.4.17", optional = true } | |||
| 40 | cortex-m = "0.7.6" | 40 | cortex-m = "0.7.6" |
| 41 | heapless = "0.8" | 41 | heapless = "0.8" |
| 42 | aligned = "0.4.1" | 42 | aligned = "0.4.1" |
| 43 | critical-section = "1.1" | ||
| 43 | 44 | ||
| 44 | bit_field = "0.10.2" | 45 | bit_field = "0.10.2" |
| 45 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } | 46 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } |
