aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h5
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/stm32h5
parentb3367be9c8f0eb54d500dc2e6f652ade05859088 (diff)
Update heapless to v0.8, embedded-nal-async to v0.7
Diffstat (limited to 'examples/stm32h5')
-rw-r--r--examples/stm32h5/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32h5/Cargo.toml b/examples/stm32h5/Cargo.toml
index db56b685a..4d3bf0b86 100644
--- a/examples/stm32h5/Cargo.toml
+++ b/examples/stm32h5/Cargo.toml
@@ -22,10 +22,10 @@ cortex-m-rt = "0.7.0"
22embedded-hal = "0.2.6" 22embedded-hal = "0.2.6"
23embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" } 23embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" }
24embedded-hal-async = { version = "=1.0.0-rc.1" } 24embedded-hal-async = { version = "=1.0.0-rc.1" }
25embedded-nal-async = { version = "0.6.0" } 25embedded-nal-async = { version = "0.7" }
26panic-probe = { version = "0.3", features = ["print-defmt"] } 26panic-probe = { version = "0.3", features = ["print-defmt"] }
27futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 27futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
28heapless = { version = "0.7.5", default-features = false } 28heapless = { version = "0.8", default-features = false }
29rand_core = "0.6.3" 29rand_core = "0.6.3"
30critical-section = "1.1" 30critical-section = "1.1"
31micromath = "2.0.0" 31micromath = "2.0.0"