aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l0
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-08 22:59:58 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-10 16:43:53 +0100
commit4647df14b16c95ef56bf2e6cc4303583be3b4846 (patch)
tree69c591be4841ab1c8fd5046bee0d399133c4577c /examples/stm32l0
parentb3367be9c8f0eb54d500dc2e6f652ade05859088 (diff)
Update heapless to v0.8, embedded-nal-async to v0.7
Diffstat (limited to 'examples/stm32l0')
-rw-r--r--examples/stm32l0/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l0/Cargo.toml b/examples/stm32l0/Cargo.toml
index e294d0422..a5506469a 100644
--- a/examples/stm32l0/Cargo.toml
+++ b/examples/stm32l0/Cargo.toml
@@ -31,7 +31,7 @@ cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-sing
31cortex-m-rt = "0.7.0" 31cortex-m-rt = "0.7.0"
32panic-probe = { version = "0.3", features = ["print-defmt"] } 32panic-probe = { version = "0.3", features = ["print-defmt"] }
33futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 33futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
34heapless = { version = "0.7.5", default-features = false } 34heapless = { version = "0.8", default-features = false }
35embedded-hal = "0.2.6" 35embedded-hal = "0.2.6"
36static_cell = { version = "2" } 36static_cell = { version = "2" }
37portable-atomic = { version = "1.5", features = ["unsafe-assume-single-core"] } 37portable-atomic = { version = "1.5", features = ["unsafe-assume-single-core"] }