Update to critical-section 1.0, atomic-polyfill 1.0

This commit is contained in:
Dario Nieuwenhuis
2022-08-14 23:16:06 +02:00
parent 16d0ae7678
commit 67edea4168
42 changed files with 56 additions and 55 deletions

View File

@ -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"