aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/Cargo.toml
diff options
context:
space:
mode:
authorGhaithOueslati <[email protected]>2023-07-15 13:33:10 +0100
committerGhaithOueslati <[email protected]>2023-07-15 13:33:10 +0100
commit5b076cb0ddb55e60ae24d1a0ae02b27baa5d84e5 (patch)
tree1225ac9891869707d124508c774082eea3b3a980 /embassy-stm32-wpan/Cargo.toml
parent3bae53306683a57020ba751afaf631ec169deeed (diff)
wpan: update `stm32wb-hci` to version 0.1.3
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 5141f9bd2..6142fd7d1 100644
--- a/embassy-stm32-wpan/Cargo.toml
+++ b/embassy-stm32-wpan/Cargo.toml
@@ -25,10 +25,10 @@ aligned = "0.4.1"
25 25
26bit_field = "0.10.2" 26bit_field = "0.10.2"
27stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } 27stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] }
28stm32wb-hci = { version = "0.1.2", features = ["version-5-0"], optional = true } 28stm32wb-hci = { version = "0.1.3", optional = true }
29 29
30[features] 30[features]
31defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt"] 31defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "stm32wb-hci/defmt"]
32 32
33ble = ["dep:stm32wb-hci"] 33ble = ["dep:stm32wb-hci"]
34mac = [] 34mac = []