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

@ -45,7 +45,7 @@ cortex-m = "0.7.3"
embedded-hal = "0.2.6"
embedded-dma = "0.1.2"
futures = { version = "0.3.17", default-features = false }
critical-section = "0.2.2"
critical-section = "0.2.3"
rand_core = "0.6.3"
nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }