Release embassy-sync v0.2.0

This commit is contained in:
Dario Nieuwenhuis
2023-04-13 23:03:21 +02:00
parent 5a03b2e9e8
commit 577f060d24
51 changed files with 72 additions and 50 deletions

View File

@ -156,7 +156,7 @@ embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.10", option
embedded-hal-async = { version = "=0.2.0-alpha.1", optional = true}
futures-util = { version = "0.3.17", default-features = false }
embassy-sync = { version = "0.1", path = "../embassy-sync" }
embassy-sync = { version = "0.2.0", path = "../embassy-sync" }
atomic-polyfill = "1.0.1"
critical-section = "1.1"
cfg-if = "1.0.0"