Also bump macros

This commit is contained in:
Dániel Buga
2024-11-06 14:09:41 +01:00
parent 94659325ab
commit aeb85454e9
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }
rtos-trace = { version = "0.1.2", optional = true }
embassy-executor-macros = { version = "0.6.1", path = "../embassy-executor-macros" }
embassy-executor-macros = { version = "0.6.2", path = "../embassy-executor-macros" }
embassy-time-driver = { version = "0.1.0", path = "../embassy-time-driver", optional = true }
embassy-time-queue-driver = { version = "0.1.0", path = "../embassy-time-queue-driver", optional = true }
critical-section = "1.1"