diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-06-04 01:24:14 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2021-06-04 01:35:04 +0200 |
commit | 7d869bdec8290d44bc3815488011681332517f1e (patch) | |
tree | a989bd77bcbb0d2471c66a44bc3242b2d975e97f /examples/stm32f4/Cargo.toml | |
parent | cdd5808b51f3ebc6aaca1dad26ce74ec3a7c1d7c (diff) | |
download | embassy-7d869bdec8290d44bc3815488011681332517f1e.zip |
Update heapless
Diffstat (limited to 'examples/stm32f4/Cargo.toml')
-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 c5c8d9ae..2c16af5f 100644 --- a/examples/stm32f4/Cargo.toml +++ b/examples/stm32f4/Cargo.toml @@ -32,4 +32,4 @@ embedded-hal = { version = "0.2.4" } panic-probe = { version = "0.2.0", features= ["print-defmt"] } futures = { version = "0.3.8", default-features = false, features = ["async-await"] } rtt-target = { version = "0.3", features = ["cortex-m"] } -heapless = "0.7"
\ No newline at end of file +heapless = { version = "0.7.1", default-features = false }
\ No newline at end of file |