diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-12 07:01:43 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-12 07:01:43 +0100 |
| commit | 08126d181a494e80bdd0e495f157445e15cfeb23 (patch) | |
| tree | 68ec2881bc9f548a74efeafc73ce72c28b4deeb0 /embassy-stm32-wpan/Cargo.toml | |
| parent | e5a51a1ad59cbac83315a9a25c4773ac84eb6819 (diff) | |
fix: use released version for stm32wb-hci
Diffstat (limited to 'embassy-stm32-wpan/Cargo.toml')
| -rw-r--r-- | embassy-stm32-wpan/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml index 143eea019..ef85ecac8 100644 --- a/embassy-stm32-wpan/Cargo.toml +++ b/embassy-stm32-wpan/Cargo.toml | |||
| @@ -29,7 +29,7 @@ aligned = "0.4.1" | |||
| 29 | 29 | ||
| 30 | bit_field = "0.10.2" | 30 | bit_field = "0.10.2" |
| 31 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } | 31 | stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] } |
| 32 | stm32wb-hci = { git = "https://github.com/Dirbaio/stm32wb-hci", rev = "0aff47e009c30c5fc5d520672625173d75f7505c", optional = true } | 32 | stm32wb-hci = { version = "0.17.0", optional = true } |
| 33 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 33 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 34 | bitflags = { version = "2.3.3", optional = true } | 34 | bitflags = { version = "2.3.3", optional = true } |
| 35 | 35 | ||
