aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f0
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-08-19 00:56:11 +0200
committerDario Nieuwenhuis <[email protected]>2021-08-19 00:56:11 +0200
commitd3aeb45fb31f8fff7a9cfef7035f4ad79b70d046 (patch)
treefa746bedb224445457fc7e92703796bdd201ddbd /examples/stm32f0
parentc0fb534a00165a008f47556d12abd58b6510a82c (diff)
Update cortex-m-rt to v0.7 for stm32, rp.
Diffstat (limited to 'examples/stm32f0')
-rw-r--r--examples/stm32f0/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f0/Cargo.toml b/examples/stm32f0/Cargo.toml
index c5730de80..d37391e4f 100644
--- a/examples/stm32f0/Cargo.toml
+++ b/examples/stm32f0/Cargo.toml
@@ -9,7 +9,7 @@ resolver = "2"
9 9
10[dependencies] 10[dependencies]
11cortex-m = { version = "0.7.1", features = ["inline-asm"] } 11cortex-m = { version = "0.7.1", features = ["inline-asm"] }
12cortex-m-rt = "0.6.13" 12cortex-m-rt = "0.7.0"
13defmt = "0.2.0" 13defmt = "0.2.0"
14defmt-rtt = "0.2.0" 14defmt-rtt = "0.2.0"
15panic-probe = { version = "0.2.0" } 15panic-probe = { version = "0.2.0" }