mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Add dep for static_cell to example.
This commit is contained in:
parent
eafa90cd07
commit
3f93105e9f
@ -24,6 +24,7 @@ embedded-can = { version = "0.4" }
|
||||
panic-probe = { version = "0.3", features = ["print-defmt"] }
|
||||
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
|
||||
heapless = { version = "0.8", default-features = false }
|
||||
static_cell = "2.0.0"
|
||||
|
||||
[profile.release]
|
||||
debug = 2
|
||||
|
Loading…
Reference in New Issue
Block a user