diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-04 01:24:14 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-06-04 01:35:04 +0200 |
| commit | 7d869bdec8290d44bc3815488011681332517f1e (patch) | |
| tree | a989bd77bcbb0d2471c66a44bc3242b2d975e97f /examples/stm32f4 | |
| parent | cdd5808b51f3ebc6aaca1dad26ce74ec3a7c1d7c (diff) | |
Update heapless
Diffstat (limited to 'examples/stm32f4')
| -rw-r--r-- | examples/stm32f4/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f4/Cargo.toml b/examples/stm32f4/Cargo.toml index c5c8d9ae6..2c16af5fb 100644 --- a/examples/stm32f4/Cargo.toml +++ b/examples/stm32f4/Cargo.toml | |||
| @@ -32,4 +32,4 @@ embedded-hal = { version = "0.2.4" } | |||
| 32 | panic-probe = { version = "0.2.0", features= ["print-defmt"] } | 32 | panic-probe = { version = "0.2.0", features= ["print-defmt"] } |
| 33 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } | 33 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } |
| 34 | rtt-target = { version = "0.3", features = ["cortex-m"] } | 34 | rtt-target = { version = "0.3", features = ["cortex-m"] } |
| 35 | heapless = "0.7" \ No newline at end of file | 35 | heapless = { version = "0.7.1", default-features = false } \ No newline at end of file |
