From c1760a8a073fd1d22ec4252a7809e09a341e114f Mon Sep 17 00:00:00 2001 From: James Munns Date: Wed, 17 Jan 2024 17:51:44 +0100 Subject: [PATCH] Revert "stm32-wpan: Pin dep to work around regression" --- embassy-stm32-wpan/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 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" bit_field = "0.10.2" stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } -# NOTE: pinned to avoid regression: -# https://github.com/OueslatiGhaith/stm32wb-hci/issues/8 -stm32wb-hci = { version = "=0.17.0", optional = true } +stm32wb-hci = { version = "0.17.0", optional = true } futures = { version = "0.3.17", default-features = false, features = ["async-await"] } bitflags = { version = "2.3.3", optional = true }