Bump executor crate version to 0.3.0

This commit is contained in:
Dániel Buga
2023-08-23 20:34:37 +02:00
parent 0568738f77
commit a2c718f61c
44 changed files with 44 additions and 44 deletions

View File

@ -95,5 +95,5 @@ pio = {version= "0.2.1" }
rp2040-boot2 = "0.3"
[dev-dependencies]
embassy-executor = { version = "0.2.0", path = "../embassy-executor", features = ["nightly", "arch-std", "executor-thread"] }
embassy-executor = { version = "0.3.0", path = "../embassy-executor", features = ["nightly", "arch-std", "executor-thread"] }
static_cell = "1.1"