Revert "stm32-wpan: Pin dep to work around regression"

This commit is contained in:
James Munns 2024-01-17 17:51:44 +01:00 committed by GitHub
parent 7cd25af379
commit c1760a8a07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,9 +34,7 @@ aligned = "0.4.1"
bit_field = "0.10.2" bit_field = "0.10.2"
stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] }
# NOTE: pinned to avoid regression: stm32wb-hci = { version = "0.17.0", optional = true }
# https://github.com/OueslatiGhaith/stm32wb-hci/issues/8
stm32wb-hci = { version = "=0.17.0", optional = true }
futures = { version = "0.3.17", default-features = false, features = ["async-await"] } futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
bitflags = { version = "2.3.3", optional = true } bitflags = { version = "2.3.3", optional = true }