Update to critical-section 1.0, atomic-polyfill 1.0
This commit is contained in:
@ -22,7 +22,7 @@ defmt-rtt = "0.3"
|
||||
embedded-storage = "0.3.0"
|
||||
embedded-io = "0.3.0"
|
||||
|
||||
cortex-m = "0.7.3"
|
||||
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
|
||||
cortex-m-rt = "0.7.0"
|
||||
panic-probe = { version = "0.3", features = ["print-defmt"] }
|
||||
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
|
||||
|
Reference in New Issue
Block a user