aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h755cm4/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-10-01 21:17:46 +0200
committerDario Nieuwenhuis <[email protected]>2025-12-19 12:29:50 +0100
commit62ed44f99af9e33d689c8308149f8f992176895f (patch)
treeee9f4352e70815e97e424bb534c1c096242b9af0 /examples/stm32h755cm4/Cargo.toml
parent3214021ed5ae17b96ac006c0f460e222502e411d (diff)
Update to embedded-io 0.7
Diffstat (limited to 'examples/stm32h755cm4/Cargo.toml')
-rw-r--r--examples/stm32h755cm4/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32h755cm4/Cargo.toml b/examples/stm32h755cm4/Cargo.toml
index d69f0228e..e5be0056f 100644
--- a/examples/stm32h755cm4/Cargo.toml
+++ b/examples/stm32h755cm4/Cargo.toml
@@ -24,8 +24,8 @@ cortex-m-rt = "0.7.0"
24embedded-hal = "0.2.6" 24embedded-hal = "0.2.6"
25embedded-hal-1 = { package = "embedded-hal", version = "1.0" } 25embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
26embedded-hal-async = { version = "1.0" } 26embedded-hal-async = { version = "1.0" }
27embedded-nal-async = "0.8.0" 27embedded-nal-async = "0.9.0"
28embedded-io-async = { version = "0.6.1" } 28embedded-io-async = { version = "0.7.0" }
29panic-probe = { version = "1.0.0", features = ["print-defmt"] } 29panic-probe = { version = "1.0.0", features = ["print-defmt"] }
30heapless = { version = "0.8", default-features = false } 30heapless = { version = "0.8", default-features = false }
31critical-section = "1.1" 31critical-section = "1.1"