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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml
index 103dedead..9624c7932 100644
--- a/embassy-stm32-wpan/Cargo.toml
+++ b/embassy-stm32-wpan/Cargo.toml
@@ -41,8 +41,8 @@ log = { version = "0.4.17", optional = true }
41 41
42cortex-m = "0.7.6" 42cortex-m = "0.7.6"
43heapless = "0.8" 43heapless = "0.8"
44aligned = "0.4.1" 44aligned = "0.4.2"
45critical-section = "1.1" 45critical-section = "1.2"
46 46
47bit_field = "0.10.2" 47bit_field = "0.10.2"
48stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } 48stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] }