aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-29 10:40:02 +0000
committerGitHub <[email protected]>2024-05-29 10:40:02 +0000
commit56235c97bc00cb0fb8246a9bb2ea531d508438f9 (patch)
tree902c923160878618bcafbeab26f7bd1830d2e026 /tests/stm32
parent53dedd2ff5076a5bb100eea26a1053cb70bf6c9d (diff)
parent52965ae96af4f9433da4467c65a4e3012c25d13a (diff)
Merge pull request #3016 from embassy-rs/embassy-sync-release
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"] }