Merge pull request #1696 from OueslatiGhaith/hci

wpan: update stm32wb-hci to version 0.1.4
This commit is contained in:
xoviat 2023-07-27 15:08:53 +00:00 committed by GitHub
commit bbd2563e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ aligned = "0.4.1"
bit_field = "0.10.2"
stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] }
stm32wb-hci = { version = "0.1.3", optional = true }
stm32wb-hci = { version = "0.1.4", optional = true }
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
bitflags = { version = "2.3.3", optional = true }