aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h742/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/stm32h742/Cargo.toml
parent3214021ed5ae17b96ac006c0f460e222502e411d (diff)
Update to embedded-io 0.7
Diffstat (limited to 'examples/stm32h742/Cargo.toml')
-rw-r--r--examples/stm32h742/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h742/Cargo.toml b/examples/stm32h742/Cargo.toml
index 9b5e5d93d..7ff4dfbe4 100644
--- a/examples/stm32h742/Cargo.toml
+++ b/examples/stm32h742/Cargo.toml
@@ -33,7 +33,7 @@ embassy-net = { version = "0.7.1", path = "../../embassy-net", features = [
33 "dhcpv4", 33 "dhcpv4",
34 "medium-ethernet", 34 "medium-ethernet",
35] } 35] }
36embedded-io-async = { version = "0.6.1" } 36embedded-io-async = { version = "0.7.0" }
37embassy-usb = { version = "0.5.1", path = "../../embassy-usb", features = [ 37embassy-usb = { version = "0.5.1", path = "../../embassy-usb", features = [
38 "defmt", 38 "defmt",
39] } 39] }