diff options
Diffstat (limited to 'examples/Cargo.toml')
| -rw-r--r-- | examples/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 1022e91df..a1092c416 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml | |||
| @@ -12,7 +12,7 @@ defmt = "1.0" | |||
| 12 | defmt-rtt = "1.0" | 12 | defmt-rtt = "1.0" |
| 13 | embassy-embedded-hal = "0.5.0" | 13 | embassy-embedded-hal = "0.5.0" |
| 14 | embassy-executor = { version = "0.9.0", features = ["arch-cortex-m", "executor-interrupt", "executor-thread"], default-features = false } | 14 | embassy-executor = { version = "0.9.0", features = ["arch-cortex-m", "executor-interrupt", "executor-thread"], default-features = false } |
| 15 | embassy-mcxa = { path = "../", features = ["defmt", "rt", "unstable-pac", "time"] } | 15 | embassy-mcxa = { path = "../", features = ["defmt", "unstable-pac", "time"] } |
| 16 | embassy-sync = "0.7.2" | 16 | embassy-sync = "0.7.2" |
| 17 | embassy-time = "0.5.0" | 17 | embassy-time = "0.5.0" |
| 18 | embassy-time-driver = "0.2.1" | 18 | embassy-time-driver = "0.2.1" |
