aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7
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/stm32h7
parentc0fb534a00165a008f47556d12abd58b6510a82c (diff)
Update cortex-m-rt to v0.7 for stm32, rp.
Diffstat (limited to 'examples/stm32h7')
-rw-r--r--examples/stm32h7/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml
index 9cacd4aaa..1370cd9ab 100644
--- a/examples/stm32h7/Cargo.toml
+++ b/examples/stm32h7/Cargo.toml
@@ -28,7 +28,7 @@ defmt = "0.2.0"
28defmt-rtt = "0.2.0" 28defmt-rtt = "0.2.0"
29 29
30cortex-m = "0.7.1" 30cortex-m = "0.7.1"
31cortex-m-rt = "0.6.14" 31cortex-m-rt = "0.7.0"
32embedded-hal = { version = "0.2.4" } 32embedded-hal = { version = "0.2.4" }
33panic-probe = { version = "0.2.0", features= ["print-defmt"] } 33panic-probe = { version = "0.2.0", features= ["print-defmt"] }
34futures = { version = "0.3.8", default-features = false, features = ["async-await"] } 34futures = { version = "0.3.8", default-features = false, features = ["async-await"] }