aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-26 16:04:00 +0200
committerUlf Lilleengen <[email protected]>2025-08-26 16:05:09 +0200
commit83f2557eacd657070a84a9baf2da6e3aff03b2b7 (patch)
tree13ce7dc5787f05b4f5e087e891738ac5120112e3 /embassy-mspm0/Cargo.toml
parentb6a81d8bedeafa5166d0668c387ed65062777193 (diff)
chore: prepare embassy crate releases
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
-rw-r--r--embassy-mspm0/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml
index 08e0fa9b3..69900d812 100644
--- a/embassy-mspm0/Cargo.toml
+++ b/embassy-mspm0/Cargo.toml
@@ -44,15 +44,15 @@ features = ["defmt", "unstable-pac", "time-driver-any", "time", "mspm0g3507"]
44rustdoc-args = ["--cfg", "docsrs"] 44rustdoc-args = ["--cfg", "docsrs"]
45 45
46[dependencies] 46[dependencies]
47embassy-sync = { version = "0.7.1", path = "../embassy-sync" } 47embassy-sync = { version = "0.7.2", path = "../embassy-sync" }
48embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } 48embassy-time = { version = "0.5.0", path = "../embassy-time", optional = true }
49# TODO: Support other tick rates 49# TODO: Support other tick rates
50embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true, features = ["tick-hz-32_768"] } 50embassy-time-driver = { version = "0.2.1", path = "../embassy-time-driver", optional = true, features = ["tick-hz-32_768"] }
51embassy-time-queue-utils = { version = "0.2", path = "../embassy-time-queue-utils", optional = true } 51embassy-time-queue-utils = { version = "0.3.0", path = "../embassy-time-queue-utils", optional = true }
52embassy-futures = { version = "0.1.0", path = "../embassy-futures" } 52embassy-futures = { version = "0.1.2", path = "../embassy-futures" }
53embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } 53embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] }
54embassy-embedded-hal = { version = "0.4.0", path = "../embassy-embedded-hal", default-features = false } 54embassy-embedded-hal = { version = "0.4.1", path = "../embassy-embedded-hal", default-features = false }
55embassy-executor = { version = "0.8.0", path = "../embassy-executor", optional = true } 55embassy-executor = { version = "0.9.0", path = "../embassy-executor", optional = true }
56 56
57embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] } 57embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] }
58embedded-hal = { version = "1.0" } 58embedded-hal = { version = "1.0" }