Update version of critical-section

This commit is contained in:
Ulf Lilleengen
2021-09-13 17:05:17 +02:00
parent e24528051b
commit 99a94f1d50
6 changed files with 6 additions and 6 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.2"
critical-section = "0.2.3"
micromath = "2.0.0"