Skip to content

Commit

Permalink
examples: embassy: Update embassy-executor
Browse files Browse the repository at this point in the history
Upgraded the embassy-executor dependency from version 0.6.3 to 0.7.0.
  • Loading branch information
vpetrigo committed Jan 5, 2025
1 parent 4e9c4a0 commit e8d6c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/embassy-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
sntpc = { path = "../../sntpc", default-features = false, features = ["defmt", "embassy-socket"] }
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"] }
embassy-time = { version = "0.3.2", features = ["std", "defmt", "generic-queue"] }
embassy-net = { version = "0.5.0", features = ["std", "defmt", "medium-ethernet", "udp", "dns"] }
static_cell = "2"
Expand Down

0 comments on commit e8d6c1f

Please sign in to comment.