Update versions of critical-section and atomic-polyfill

This commit is contained in:
Ulf Lilleengen
2021-11-02 18:52:03 +01:00
parent 3dcf899bab
commit 205a223af3
7 changed files with 10 additions and 10 deletions

View File

@ -35,7 +35,7 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
heapless = { version = "0.7.5", default-features = false }
rand_core = "0.6.3"
critical-section = "0.2.3"
critical-section = "0.2.5"
micromath = "2.0.0"