aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-31 10:32:01 +0200
committerUlf Lilleengen <[email protected]>2025-07-31 10:33:14 +0200
commit3f1ddaf60e8fe2ce330ab7d5fefdf4814348df9e (patch)
tree89c6f4e85da6ba69b3d72d12f565959cb5ef438b /tests/stm32
parente145a653cf9d31f101b0735406b8b7c9208bc1da (diff)
chore: prepare embassy-executor 0.8 release
Diffstat (limited to 'tests/stm32')
-rw-r--r--tests/stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml
index 7c32c0ce1..58ee10d77 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -64,7 +64,7 @@ cm0 = ["portable-atomic/unsafe-assume-single-core"]
64teleprobe-meta = "1" 64teleprobe-meta = "1"
65 65
66embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["defmt"] } 66embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["defmt"] }
67embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt"] } 67embassy-executor = { version = "0.8.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt"] }
68embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", "tick-hz-131_072", "defmt-timestamp-uptime"] } 68embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", "tick-hz-131_072", "defmt-timestamp-uptime"] }
69embassy-stm32 = { version = "0.2.0", path = "../../embassy-stm32", features = [ "defmt", "unstable-pac", "memory-x", "time-driver-any"] } 69embassy-stm32 = { version = "0.2.0", path = "../../embassy-stm32", features = [ "defmt", "unstable-pac", "memory-x", "time-driver-any"] }
70embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 70embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }