prepare for embassy-time 0.3.1 release

This commit is contained in:
Ulf Lilleengen
2024-06-04 08:57:16 +02:00
parent 9856d21693
commit 30918c355b
65 changed files with 73 additions and 64 deletions

View File

@@ -17,7 +17,7 @@ log = [ "dep:log" ]
defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }
embassy-time = { version = "0.3.0", path = "../embassy-time" }
embassy-time = { version = "0.3.1", path = "../embassy-time" }
embassy-sync = { version = "0.6.0", path = "../embassy-sync"}
embassy-futures = { version = "0.1.0", path = "../embassy-futures"}
embassy-net-driver-channel = { version = "0.2.0", path = "../embassy-net-driver-channel"}