diff options
Diffstat (limited to 'embassy-stm32-wpan/Cargo.toml')
| -rw-r--r-- | embassy-stm32-wpan/Cargo.toml | 4 |
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 | ||
| 42 | cortex-m = "0.7.6" | 42 | cortex-m = "0.7.6" |
| 43 | heapless = "0.8" | 43 | heapless = "0.8" |
| 44 | aligned = "0.4.1" | 44 | aligned = "0.4.2" |
| 45 | critical-section = "1.1" | 45 | critical-section = "1.2" |
| 46 | 46 | ||
| 47 | bit_field = "0.10.2" | 47 | bit_field = "0.10.2" |
| 48 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } | 48 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } |
