aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mcxa/Cargo.toml')
-rw-r--r--examples/mcxa/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/mcxa/Cargo.toml b/examples/mcxa/Cargo.toml
index 4d0459f41..19d8d8657 100644
--- a/examples/mcxa/Cargo.toml
+++ b/examples/mcxa/Cargo.toml
@@ -8,6 +8,7 @@ publish = false
8[dependencies] 8[dependencies]
9cortex-m = { version = "0.7", features = ["critical-section-single-core"] } 9cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
10cortex-m-rt = { version = "0.7", features = ["set-sp", "set-vtor"] } 10cortex-m-rt = { version = "0.7", features = ["set-sp", "set-vtor"] }
11crc = "3.4.0"
11critical-section = "1.2.0" 12critical-section = "1.2.0"
12defmt = "1.0" 13defmt = "1.0"
13defmt-rtt = "1.0" 14defmt-rtt = "1.0"