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
examples/rp

View file

@ -19,7 +19,7 @@ defmt-error = []
[dependencies]
embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] }
embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] }
atomic-polyfill = "0.1.3"
atomic-polyfill = "0.1.5"
defmt = "0.2.3"
defmt-rtt = "0.2.0"