aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-29 12:09:55 +0200
committerUlf Lilleengen <[email protected]>2024-05-29 12:09:55 +0200
commitcf0d227cca92a80e85575154d380d1ff73fb32cf (patch)
tree823f66d0073ff498cab3c036defeb8eec3c7e237 /tests/stm32
parent53dedd2ff5076a5bb100eea26a1053cb70bf6c9d (diff)
Prepare for embassy-sync 0.6.0 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 23dfd1565..f6d1d98eb 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -57,7 +57,7 @@ cm0 = ["portable-atomic/unsafe-assume-single-core"]
57[dependencies] 57[dependencies]
58teleprobe-meta = "1" 58teleprobe-meta = "1"
59 59
60embassy-sync = { version = "0.5.0", path = "../../embassy-sync", features = ["defmt"] } 60embassy-sync = { version = "0.6.0", path = "../../embassy-sync", features = ["defmt"] }
61embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] } 61embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] }
62embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "tick-hz-131_072", "defmt-timestamp-uptime"] } 62embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "tick-hz-131_072", "defmt-timestamp-uptime"] }
63embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = [ "defmt", "unstable-pac", "memory-x", "time-driver-any"] } 63embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = [ "defmt", "unstable-pac", "memory-x", "time-driver-any"] }