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

@ -21,9 +21,9 @@ 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.3"
critical-section = "0.2.5"
bare-metal = "1.0.0"
atomic-polyfill = "0.1.3"
atomic-polyfill = "0.1.5"
stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] }
vcell = { version = "0.1.3", optional = true }
bxcan = "0.5.1"