diff options
| author | Corey Schuhen <[email protected]> | 2024-02-19 08:33:19 +1000 |
|---|---|---|
| committer | Corey Schuhen <[email protected]> | 2024-02-19 08:33:19 +1000 |
| commit | 3f93105e9fe7c5cbdada46a4367b01448fd61c62 (patch) | |
| tree | f79798921ae7bce57dab62bbd82de817369d20b6 /examples | |
| parent | eafa90cd0707298f354d5d1e496f8364117bd781 (diff) | |
Add dep for static_cell to example.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32g4/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32g4/Cargo.toml b/examples/stm32g4/Cargo.toml index fdb325f06..74ccfa3b0 100644 --- a/examples/stm32g4/Cargo.toml +++ b/examples/stm32g4/Cargo.toml | |||
| @@ -24,6 +24,7 @@ embedded-can = { version = "0.4" } | |||
| 24 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 24 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 25 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 25 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 26 | heapless = { version = "0.8", default-features = false } | 26 | heapless = { version = "0.8", default-features = false } |
| 27 | static_cell = "2.0.0" | ||
| 27 | 28 | ||
| 28 | [profile.release] | 29 | [profile.release] |
| 29 | debug = 2 | 30 | debug = 2 |
