aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-stm32-wpan/Cargo.toml')
-rw-r--r--embassy-stm32-wpan/Cargo.toml1
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 }
40cortex-m = "0.7.6" 40cortex-m = "0.7.6"
41heapless = "0.8" 41heapless = "0.8"
42aligned = "0.4.1" 42aligned = "0.4.1"
43critical-section = "1.1"
43 44
44bit_field = "0.10.2" 45bit_field = "0.10.2"
45stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } 46stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] }