diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-31 10:32:01 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-07-31 10:33:14 +0200 |
| commit | 3f1ddaf60e8fe2ce330ab7d5fefdf4814348df9e (patch) | |
| tree | 89c6f4e85da6ba69b3d72d12f565959cb5ef438b /examples/mimxrt1062-evk/Cargo.toml | |
| parent | e145a653cf9d31f101b0735406b8b7c9208bc1da (diff) | |
chore: prepare embassy-executor 0.8 release
Diffstat (limited to 'examples/mimxrt1062-evk/Cargo.toml')
| -rw-r--r-- | examples/mimxrt1062-evk/Cargo.toml | 2 |
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" | |||
| 10 | defmt = "1.0.1" | 10 | defmt = "1.0.1" |
| 11 | defmt-rtt = "1.0.0" | 11 | defmt-rtt = "1.0.0" |
| 12 | 12 | ||
| 13 | embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] } | 13 | embassy-executor = { version = "0.8.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] } |
| 14 | embassy-futures = { version = "0.1.1", path = "../../embassy-futures" } | 14 | embassy-futures = { version = "0.1.1", path = "../../embassy-futures" } |
| 15 | embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["defmt", "mimxrt1062", "unstable-pac", "time-driver-pit"] } | 15 | embassy-nxp = { version = "0.1.0", path = "../../embassy-nxp", features = ["defmt", "mimxrt1062", "unstable-pac", "time-driver-pit"] } |
| 16 | embassy-time = { version = "0.4", path = "../../embassy-time", features = ["defmt", ] } # "defmt-timestamp-uptime" | 16 | embassy-time = { version = "0.4", path = "../../embassy-time", features = ["defmt", ] } # "defmt-timestamp-uptime" |
