Pin dep to work around regression
This commit is contained in:
parent
01ac4ee431
commit
3c2a954d1b
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ 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"] }
|
||||||
stm32wb-hci = { version = "0.17.0", optional = true }
|
# NOTE: pinned to avoid regression:
|
||||||
|
# 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 }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue