Skip to content

Commit

Permalink
Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTheSquid committed Sep 11, 2024
1 parent f8fb2cd commit 8e61fc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ smoltcp = { version = "0.11.0", default-features = false, features = [
"socket-tcp",
"socket-udp",
] }
embassy-executor = { version = "0.6.0", features = ["task-arena-size-12288"] }
embassy-executor = { version = "0.6.0", features = [
"task-arena-size-12288",
"integrated-timers",
] }
embassy-sync = "0.6.0"
embassy-time = "0.3.1"
embedded-hal = "1.0.0"
Expand Down

0 comments on commit 8e61fc8

Please sign in to comment.