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

@ -21,7 +21,7 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa
rand_core = "0.6.3"
sdio-host = "0.5.0"
embedded-sdmmc = { git = "https://github.com/thalesfragoso/embedded-sdmmc-rs", branch = "async", optional = true }
critical-section = "0.2.2"
critical-section = "0.2.3"
bare-metal = "1.0.0"
atomic-polyfill = "0.1.3"
stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] }