aboutsummaryrefslogtreecommitdiff
path: root/embassy-imxrt/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-imxrt/Cargo.toml
parentb6a81d8bedeafa5166d0668c387ed65062777193 (diff)
chore: prepare embassy crate releases
Diffstat (limited to 'embassy-imxrt/Cargo.toml')
-rw-r--r--embassy-imxrt/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/embassy-imxrt/Cargo.toml b/embassy-imxrt/Cargo.toml
index 006096e99..35b37d07c 100644
--- a/embassy-imxrt/Cargo.toml
+++ b/embassy-imxrt/Cargo.toml
@@ -70,13 +70,13 @@ mimxrt685s = ["mimxrt685s-pac", "_mimxrt685s"]
70mimxrt633s = ["mimxrt633s-pac", "_mimxrt633s"] 70mimxrt633s = ["mimxrt633s-pac", "_mimxrt633s"]
71 71
72[dependencies] 72[dependencies]
73embassy-sync = { version = "0.7.1", path = "../embassy-sync" } 73embassy-sync = { version = "0.7.2", path = "../embassy-sync" }
74embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true } 74embassy-time-driver = { version = "0.2.1", path = "../embassy-time-driver", optional = true }
75embassy-time-queue-utils = { version = "0.2", path = "../embassy-time-queue-utils", optional = true } 75embassy-time-queue-utils = { version = "0.3.0", path = "../embassy-time-queue-utils", optional = true }
76embassy-time = { version = "0.4", path = "../embassy-time", optional = true } 76embassy-time = { version = "0.5.0", path = "../embassy-time", optional = true }
77embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-3"] } 77embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-3"] }
78embassy-embedded-hal = { version = "0.4.0", path = "../embassy-embedded-hal", default-features = false } 78embassy-embedded-hal = { version = "0.4.1", path = "../embassy-embedded-hal", default-features = false }
79embassy-futures = { version = "0.1.1", path = "../embassy-futures" } 79embassy-futures = { version = "0.1.2", path = "../embassy-futures" }
80 80
81defmt = { version = "1.0.1", optional = true } 81defmt = { version = "1.0.1", optional = true }
82log = { version = "0.4.14", optional = true } 82log = { version = "0.4.14", optional = true }