aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp
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-nxp
parentb6a81d8bedeafa5166d0668c387ed65062777193 (diff)
chore: prepare embassy crate releases
Diffstat (limited to 'embassy-nxp')
-rw-r--r--embassy-nxp/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/embassy-nxp/Cargo.toml b/embassy-nxp/Cargo.toml
index 70e6da076..ab0bfbfd7 100644
--- a/embassy-nxp/Cargo.toml
+++ b/embassy-nxp/Cargo.toml
@@ -27,12 +27,12 @@ cortex-m = "0.7.7"
27cortex-m-rt = "0.7.0" 27cortex-m-rt = "0.7.0"
28critical-section = "1.1.2" 28critical-section = "1.1.2"
29embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } 29embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] }
30embassy-sync = { version = "0.7.1", path = "../embassy-sync" } 30embassy-sync = { version = "0.7.2", path = "../embassy-sync" }
31defmt = { version = "1", optional = true } 31defmt = { version = "1", optional = true }
32log = { version = "0.4.27", optional = true } 32log = { version = "0.4.27", optional = true }
33embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } 33embassy-time = { version = "0.5.0", path = "../embassy-time", optional = true }
34embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true } 34embassy-time-driver = { version = "0.2.1", path = "../embassy-time-driver", optional = true }
35embassy-time-queue-utils = { version = "0.2", path = "../embassy-time-queue-utils", optional = true } 35embassy-time-queue-utils = { version = "0.3.0", path = "../embassy-time-queue-utils", optional = true }
36embedded-io = "0.6.1" 36embedded-io = "0.6.1"
37embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] } 37embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] }
38## Chip dependencies 38## Chip dependencies