Prepare executor and macros for release (#1825)

* Set release date, bump macros version

* Add pool_size change to changelog
This commit is contained in:
Dániel Buga
2023-08-25 23:32:00 +02:00
committed by GitHub
parent 8339423a2f
commit f8299d10f7
3 changed files with 4 additions and 3 deletions

View File

@ -58,7 +58,7 @@ log = { version = "0.4.14", optional = true }
rtos-trace = { version = "0.1.2", optional = true }
futures-util = { version = "0.3.17", default-features = false }
embassy-macros = { version = "0.2.0", path = "../embassy-macros" }
embassy-macros = { version = "0.2.1", path = "../embassy-macros" }
embassy-time = { version = "0.1.2", path = "../embassy-time", optional = true}
atomic-polyfill = "1.0.1"
critical-section = "1.1"