diff options
| author | Matt Johnston <[email protected]> | 2025-05-22 11:42:15 +0800 |
|---|---|---|
| committer | Matt Johnston <[email protected]> | 2025-05-22 13:29:55 +0800 |
| commit | 5e49985ed678659e199c58c8100e3ed18d2f6227 (patch) | |
| tree | 7245b428454c0f2d4ae4c459d83c423d5f410ebe /embassy-mspm0/Cargo.toml | |
| parent | 2f8a8e817c64dfa8d63b4a3ad43e650785698a5e (diff) | |
embassy-sync: bump to 0.7.0
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
| -rw-r--r-- | embassy-mspm0/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml index 6f767a3c0..456d302af 100644 --- a/embassy-mspm0/Cargo.toml +++ b/embassy-mspm0/Cargo.toml | |||
| @@ -25,7 +25,7 @@ features = ["defmt", "unstable-pac", "time-driver-any", "time", "mspm0g3507"] | |||
| 25 | rustdoc-args = ["--cfg", "docsrs"] | 25 | rustdoc-args = ["--cfg", "docsrs"] |
| 26 | 26 | ||
| 27 | [dependencies] | 27 | [dependencies] |
| 28 | embassy-sync = { version = "0.6.2", path = "../embassy-sync" } | 28 | embassy-sync = { version = "0.7.0", path = "../embassy-sync" } |
| 29 | embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } | 29 | embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } |
| 30 | # TODO: Support other tick rates | 30 | # TODO: Support other tick rates |
| 31 | embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true, features = ["tick-hz-32_768"] } | 31 | embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true, features = ["tick-hz-32_768"] } |
