We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9c4a0 commit e8d6c1fCopy full SHA for e8d6c1f
examples/embassy-net/Cargo.toml
@@ -6,7 +6,7 @@ publish = false
6
7
[dependencies]
8
sntpc = { path = "../../sntpc", default-features = false, features = ["defmt", "embassy-socket"] }
9
-embassy-executor = { version = "0.6.3", features = ["arch-std", "defmt", "task-arena-size-32768", "executor-thread"] }
+embassy-executor = { version = "0.7.0", features = ["arch-std", "defmt", "task-arena-size-32768", "executor-thread"] }
10
embassy-time = { version = "0.3.2", features = ["std", "defmt", "generic-queue"] }
11
embassy-net = { version = "0.5.0", features = ["std", "defmt", "medium-ethernet", "udp", "dns"] }
12
static_cell = "2"
0 commit comments