aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7rs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-10-06 23:47:43 +0200
committerDario Nieuwenhuis <[email protected]>2024-10-07 00:22:44 +0200
commitf6155cf735678fa1e297baa4ace992af3a871ae7 (patch)
tree21c8d87ca763471360fef1c4c8ea448784ccb4e6 /examples/stm32h7rs
parent631fec8d092b247b02d4279b8087cceb49146575 (diff)
Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.
Diffstat (limited to 'examples/stm32h7rs')
-rw-r--r--examples/stm32h7rs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7rs/Cargo.toml b/examples/stm32h7rs/Cargo.toml
index f97dfd722..05f638408 100644
--- a/examples/stm32h7rs/Cargo.toml
+++ b/examples/stm32h7rs/Cargo.toml
@@ -22,7 +22,7 @@ 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" } 23embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
24embedded-hal-async = { version = "1.0" } 24embedded-hal-async = { version = "1.0" }
25embedded-nal-async = { version = "0.7.1" } 25embedded-nal-async = "0.8.0"
26embedded-io-async = { version = "0.6.1" } 26embedded-io-async = { version = "0.6.1" }
27panic-probe = { version = "0.3", features = ["print-defmt"] } 27panic-probe = { version = "0.3", features = ["print-defmt"] }
28heapless = { version = "0.8", default-features = false } 28heapless = { version = "0.8", default-features = false }