aboutsummaryrefslogtreecommitdiff
path: root/examples/mimxrt1062-evk/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-31 10:32:01 +0200
committerUlf Lilleengen <[email protected]>2025-07-31 10:33:14 +0200
commit3f1ddaf60e8fe2ce330ab7d5fefdf4814348df9e (patch)
tree89c6f4e85da6ba69b3d72d12f565959cb5ef438b /examples/mimxrt1062-evk/Cargo.toml
parente145a653cf9d31f101b0735406b8b7c9208bc1da (diff)
chore: prepare embassy-executor 0.8 release
Diffstat (limited to 'examples/mimxrt1062-evk/Cargo.toml')
-rw-r--r--examples/mimxrt1062-evk/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mimxrt1062-evk/Cargo.toml b/examples/mimxrt1062-evk/Cargo.toml
index 430a26b41..7f7e0c8a3 100644
--- a/examples/mimxrt1062-evk/Cargo.toml
+++ b/examples/mimxrt1062-evk/Cargo.toml
@@ -10,7 +10,7 @@ cortex-m-rt = "0.7.3"
10defmt = "1.0.1" 10defmt = "1.0.1"
11defmt-rtt = "1.0.0" 11defmt-rtt = "1.0.0"
12 12
13embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] } 13embassy-executor = { version = "0.8.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] }
14embassy-futures = { version = "0.1.1", path = "../../embassy-futures" } 14embassy-futures = { version = "0.1.1", path = "../../embassy-futures" }
15embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["defmt", "mimxrt1062", "unstable-pac", "time-driver-pit"] } 15embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["defmt", "mimxrt1062", "unstable-pac", "time-driver-pit"] }
16embassy-time = { version = "0.4", path = "../../embassy-time", features = ["defmt", ] } # "defmt-timestamp-uptime" 16embassy-time = { version = "0.4", path = "../../embassy-time", features = ["defmt", ] } # "defmt-timestamp-uptime"