Skip to content

Commit

Permalink
Use task arena instead of embassy-executor's nightly feature (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham authored Mar 20, 2024
1 parent 6d9048a commit e5b393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cfg-if = "1.0.0"
critical-section = "1.1.2"
crypto-bigint = { version = "0.5.5", default-features = false }
elliptic-curve = { version = "0.13.8", default-features = false, features = ["sec1"] }
embassy-executor = { version = "0.5.0", features = ["nightly"] }
embassy-executor = { version = "0.5.0", features = ["task-arena-size-8192"] }
embassy-sync = "0.5.0"
embassy-time = "0.3.0"
embassy-time-driver = { version = "0.1.0", optional = true }
Expand Down

0 comments on commit e5b393f

Please sign in to comment.