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 d1c6a2071..4f15a6aff 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml | |||
| @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" | |||
| 6 | 6 | ||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } | 8 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } |
| 9 | cortex-m-rt = { version = "0.7" } | 9 | cortex-m-rt = { version = "0.7", features = ["set-sp", "set-vtor"] } |
| 10 | critical-section = "1.2.0" | 10 | critical-section = "1.2.0" |
| 11 | defmt = "1.0" | 11 | defmt = "1.0" |
| 12 | defmt-rtt = "1.0" | 12 | defmt-rtt = "1.0" |
