aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-12 20:23:20 +0200
committerUlf Lilleengen <[email protected]>2025-08-12 21:05:32 +0200
commitc7b9060a7443cd004d366586c418a3d95bf3447a (patch)
tree38483f5642f1364a9323fcf99a5bdf9434dd5df0 /embassy-mspm0/Cargo.toml
parentac46e28c4b4f025279d8974adfb6120c6740e44e (diff)
fix: prepare embassy-sync 0.7.1 release
* Add newtype for moved type to preserve API compat
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
-rw-r--r--embassy-mspm0/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml
index edd926c2b..ae0c93862 100644
--- a/embassy-mspm0/Cargo.toml
+++ b/embassy-mspm0/Cargo.toml
@@ -25,7 +25,7 @@ features = ["defmt", "unstable-pac", "time-driver-any", "time", "mspm0g3507"]
25rustdoc-args = ["--cfg", "docsrs"] 25rustdoc-args = ["--cfg", "docsrs"]
26 26
27[dependencies] 27[dependencies]
28embassy-sync = { version = "0.7.0", path = "../embassy-sync" } 28embassy-sync = { version = "0.7.1", path = "../embassy-sync" }
29embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } 29embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true }
30# TODO: Support other tick rates 30# TODO: Support other tick rates
31embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true, features = ["tick-hz-32_768"] } 31embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true, features = ["tick-hz-32_768"] }