aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f2
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-10 15:51:33 +0000
committerGitHub <[email protected]>2023-11-10 15:51:33 +0000
commit39c737162185adb4f30f18f700da08a55be6b55a (patch)
tree69c591be4841ab1c8fd5046bee0d399133c4577c /examples/stm32f2
parentb3367be9c8f0eb54d500dc2e6f652ade05859088 (diff)
parent4647df14b16c95ef56bf2e6cc4303583be3b4846 (diff)
Merge pull request #2163 from embassy-rs/update-heapless
Update heapless to v0.8
Diffstat (limited to 'examples/stm32f2')
-rw-r--r--examples/stm32f2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f2/Cargo.toml b/examples/stm32f2/Cargo.toml
index bfb8f514a..6eb883ac3 100644
--- a/examples/stm32f2/Cargo.toml
+++ b/examples/stm32f2/Cargo.toml
@@ -19,7 +19,7 @@ cortex-m-rt = "0.7.0"
19embedded-hal = "0.2.6" 19embedded-hal = "0.2.6"
20panic-probe = { version = "0.3", features = ["print-defmt"] } 20panic-probe = { version = "0.3", features = ["print-defmt"] }
21futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 21futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
22heapless = { version = "0.7.5", default-features = false } 22heapless = { version = "0.8", default-features = false }
23nb = "1.0.0" 23nb = "1.0.0"
24 24
25[profile.release] 25[profile.release]