diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-10-06 23:47:43 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-10-07 00:22:44 +0200 |
| commit | f6155cf735678fa1e297baa4ace992af3a871ae7 (patch) | |
| tree | 21c8d87ca763471360fef1c4c8ea448784ccb4e6 /examples/stm32h7rs | |
| parent | 631fec8d092b247b02d4279b8087cceb49146575 (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.toml | 2 |
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" | |||
| 22 | embedded-hal = "0.2.6" | 22 | embedded-hal = "0.2.6" |
| 23 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | 23 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } |
| 24 | embedded-hal-async = { version = "1.0" } | 24 | embedded-hal-async = { version = "1.0" } |
| 25 | embedded-nal-async = { version = "0.7.1" } | 25 | embedded-nal-async = "0.8.0" |
| 26 | embedded-io-async = { version = "0.6.1" } | 26 | embedded-io-async = { version = "0.6.1" } |
| 27 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 27 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 28 | heapless = { version = "0.8", default-features = false } | 28 | heapless = { version = "0.8", default-features = false } |
