diff options
| author | Ulf Lilleengen <[email protected]> | 2024-05-29 10:40:02 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-29 10:40:02 +0000 |
| commit | 56235c97bc00cb0fb8246a9bb2ea531d508438f9 (patch) | |
| tree | 902c923160878618bcafbeab26f7bd1830d2e026 /tests/stm32 | |
| parent | 53dedd2ff5076a5bb100eea26a1053cb70bf6c9d (diff) | |
| parent | 52965ae96af4f9433da4467c65a4e3012c25d13a (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.toml | 2 |
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] |
| 58 | teleprobe-meta = "1" | 58 | teleprobe-meta = "1" |
| 59 | 59 | ||
| 60 | embassy-sync = { version = "0.5.0", path = "../../embassy-sync", features = ["defmt"] } | 60 | embassy-sync = { version = "0.6.0", path = "../../embassy-sync", features = ["defmt"] } |
| 61 | embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] } | 61 | embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] } |
| 62 | embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "tick-hz-131_072", "defmt-timestamp-uptime"] } | 62 | embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "tick-hz-131_072", "defmt-timestamp-uptime"] } |
| 63 | embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = [ "defmt", "unstable-pac", "memory-x", "time-driver-any"] } | 63 | embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = [ "defmt", "unstable-pac", "memory-x", "time-driver-any"] } |
