diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-01-10 17:38:32 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-01-10 17:38:39 +0100 |
| commit | 593d9973e0cddad753aa62c072d425781d9101b4 (patch) | |
| tree | 8c5529c657adf7367fce5ec7ae925a3178f8ec3f /embassy-stm32-wpan | |
| parent | 92326f10b5be1d6fdc6bd414eb0656e3890bd825 (diff) | |
Release embassy-stm32 v0.2.0
Diffstat (limited to 'embassy-stm32-wpan')
| -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 876fc92b9..19adc0e1b 100644 --- a/embassy-stm32-wpan/Cargo.toml +++ b/embassy-stm32-wpan/Cargo.toml | |||
| @@ -19,7 +19,7 @@ features = ["stm32wb55rg", "ble", "mac"] | |||
| 19 | features = ["stm32wb55rg", "ble", "mac"] | 19 | features = ["stm32wb55rg", "ble", "mac"] |
| 20 | 20 | ||
| 21 | [dependencies] | 21 | [dependencies] |
| 22 | embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32" } | 22 | embassy-stm32 = { version = "0.2.0", path = "../embassy-stm32" } |
| 23 | embassy-sync = { version = "0.6.1", path = "../embassy-sync" } | 23 | embassy-sync = { version = "0.6.1", path = "../embassy-sync" } |
| 24 | embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } | 24 | embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } |
| 25 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } | 25 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } |
