Skip to content

Commit e8d6c1f

Browse files
committed
examples: embassy: Update embassy-executor
Upgraded the embassy-executor dependency from version 0.6.3 to 0.7.0.
1 parent 4e9c4a0 commit e8d6c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/embassy-net/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = false
66

77
[dependencies]
88
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"] }
9+
embassy-executor = { version = "0.7.0", features = ["arch-std", "defmt", "task-arena-size-32768", "executor-thread"] }
1010
embassy-time = { version = "0.3.2", features = ["std", "defmt", "generic-queue"] }
1111
embassy-net = { version = "0.5.0", features = ["std", "defmt", "medium-ethernet", "udp", "dns"] }
1212
static_cell = "2"

0 commit comments

Comments
 (0)