aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-01-12 07:01:43 +0100
committerUlf Lilleengen <[email protected]>2024-01-12 07:01:43 +0100
commit08126d181a494e80bdd0e495f157445e15cfeb23 (patch)
tree68ec2881bc9f548a74efeafc73ce72c28b4deeb0 /embassy-stm32-wpan/Cargo.toml
parente5a51a1ad59cbac83315a9a25c4773ac84eb6819 (diff)
fix: use released version for stm32wb-hci
Diffstat (limited to 'embassy-stm32-wpan/Cargo.toml')
-rw-r--r--embassy-stm32-wpan/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml
index 143eea019..ef85ecac8 100644
--- a/embassy-stm32-wpan/Cargo.toml
+++ b/embassy-stm32-wpan/Cargo.toml
@@ -29,7 +29,7 @@ aligned = "0.4.1"
29 29
30bit_field = "0.10.2" 30bit_field = "0.10.2"
31stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } 31stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] }
32stm32wb-hci = { git = "https://github.com/Dirbaio/stm32wb-hci", rev = "0aff47e009c30c5fc5d520672625173d75f7505c", optional = true } 32stm32wb-hci = { version = "0.17.0", optional = true }
33futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 33futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
34bitflags = { version = "2.3.3", optional = true } 34bitflags = { version = "2.3.3", optional = true }
35 35