Merge pull request #4234 from mkj/embassy-sync-rel-0.7

Prepare embassy-sync 0.7
This commit is contained in:
Ulf Lilleengen
2025-05-22 08:41:13 +02:00
committed by GitHub
89 changed files with 103 additions and 88 deletions

View File

@@ -5,7 +5,7 @@ version = "0.1.0"
license = "MIT OR Apache-2.0"
[dependencies]
embassy-sync = { version = "0.6.2", path = "../../embassy-sync", features = ["log"] }
embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["log"] }
embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-std", "executor-thread", "log"] }
embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["log", "std", ] }
embassy-net = { version = "0.7.0", path = "../../embassy-net", features=[ "log", "medium-ethernet", "medium-ip", "tcp", "udp", "dns", "dhcpv4", "proto-ipv6"] }