summaryrefslogtreecommitdiff
path: root/examples/stm32f0
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-14 23:16:06 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-17 19:01:56 +0200
commit67edea41686084a444e1455d17d5482b10c54abd (patch)
treee9d4cf483195fce6c8c34c514fc9a5e338771ce9 /examples/stm32f0
parent16d0ae76782475c0f759c3310e068507a0a9f8ab (diff)
downloadembassy-67edea41686084a444e1455d17d5482b10c54abd.zip
Update to critical-section 1.0, atomic-polyfill 1.0
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 3ba29763..27bd8a69 100644
--- a/examples/stm32f0/Cargo.toml
+++ b/examples/stm32f0/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-cortex-m = "0.7.3"
+cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.0"
defmt = "0.3"
defmt-rtt = "0.3"