aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-12 18:16:50 +0200
committerUlf Lilleengen <[email protected]>2025-08-12 18:17:41 +0200
commitc4c5167e3d18eafee7726a526093bed2b3d2d119 (patch)
treeae0c4600d02c925c5288d659e55993427ab77e03 /embassy-stm32-wpan
parent7672229ffe00189fd2258020f933fab6146889cb (diff)
chore: update metapac and prepare embassy-stm32 0.3.0
Diffstat (limited to 'embassy-stm32-wpan')
-rw-r--r--embassy-stm32-wpan/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml
index 1f33c92cd..cb9f3ec66 100644
--- a/embassy-stm32-wpan/Cargo.toml
+++ b/embassy-stm32-wpan/Cargo.toml
@@ -19,7 +19,7 @@ features = ["stm32wb55rg", "ble", "mac"]
19features = ["stm32wb55rg", "ble", "mac"] 19features = ["stm32wb55rg", "ble", "mac"]
20 20
21[dependencies] 21[dependencies]
22embassy-stm32 = { version = "0.2.0", path = "../embassy-stm32" } 22embassy-stm32 = { version = "0.3.0", path = "../embassy-stm32" }
23embassy-sync = { version = "0.7.0", path = "../embassy-sync" } 23embassy-sync = { version = "0.7.0", path = "../embassy-sync" }
24embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } 24embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true }
25embassy-futures = { version = "0.1.0", path = "../embassy-futures" } 25embassy-futures = { version = "0.1.0", path = "../embassy-futures" }