aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-17 17:57:38 +0100
committerGitHub <[email protected]>2024-01-17 17:57:38 +0100
commit686069b4c97b201e4fd444785d784b9836ee2271 (patch)
tree29cbef0efe4a96a433594ea6277aeddb7380d87d
parent7cd25af379003c5f0668e618374b989517d62780 (diff)
parentc1760a8a073fd1d22ec4252a7809e09a341e114f (diff)
Merge pull request #2459 from embassy-rs/revert-2457-james/pin-dep
Revert "stm32-wpan: Pin dep to work around regression"
-rw-r--r--embassy-stm32-wpan/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml
index fe6b968ef..4f53a400a 100644
--- a/embassy-stm32-wpan/Cargo.toml
+++ b/embassy-stm32-wpan/Cargo.toml
@@ -34,9 +34,7 @@ aligned = "0.4.1"
34 34
35bit_field = "0.10.2" 35bit_field = "0.10.2"
36stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } 36stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] }
37# NOTE: pinned to avoid regression: 37stm32wb-hci = { version = "0.17.0", optional = true }
38# https://github.com/OueslatiGhaith/stm32wb-hci/issues/8
39stm32wb-hci = { version = "=0.17.0", optional = true }
40futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 38futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
41bitflags = { version = "2.3.3", optional = true } 39bitflags = { version = "2.3.3", optional = true }
42 40