Add dep for static_cell to example.

This commit is contained in:
Corey Schuhen 2024-02-19 08:33:19 +10:00
parent eafa90cd07
commit 3f93105e9f

View File

@ -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