Skip to content

Commit

Permalink
fix panic with arena size of 128
Browse files Browse the repository at this point in the history
  • Loading branch information
chmousset authored and romainreignier committed Dec 19, 2024
1 parent c8ede37 commit a6f67f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ embassy-executor = { version = "0.6.1", features = [
"integrated-timers",
"arch-spin",
"executor-thread",
"task-arena-size-128", # or better use nightly, but fails on recent Rust versions
"task-arena-size-192", # or better use nightly, but fails on recent Rust versions
] }
embassy-time = { version = "0.3.0" }
{%- endif %}
Expand Down

0 comments on commit a6f67f4

Please sign in to comment.