diff options
| author | Matous Hybl <[email protected]> | 2021-12-09 12:15:32 +0100 |
|---|---|---|
| committer | Matous Hybl <[email protected]> | 2021-12-09 12:15:32 +0100 |
| commit | d6f3b479df34214937916baf4720bf1f59858fbc (patch) | |
| tree | 2276caed91db341b316e042a27530f8c06faf9e5 /examples | |
| parent | 4f4b19d920c103453b2b0f9ce7994ca830ddb2d7 (diff) | |
Use smoltcp revision from its master branch.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32f7/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/stm32h7/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml index 1f0646675..8de5b8638 100644 --- a/examples/stm32f7/Cargo.toml +++ b/examples/stm32f7/Cargo.toml | |||
| @@ -26,6 +26,6 @@ critical-section = "0.2.3" | |||
| 26 | 26 | ||
| 27 | [dependencies.smoltcp] | 27 | [dependencies.smoltcp] |
| 28 | git = "https://github.com/smoltcp-rs/smoltcp" | 28 | git = "https://github.com/smoltcp-rs/smoltcp" |
| 29 | rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6" | 29 | rev = "3644b94b82d9433313c75281fdc78942c2450bdf" |
| 30 | default-features = false | 30 | default-features = false |
| 31 | features = ["defmt"] \ No newline at end of file | 31 | features = ["defmt"] \ No newline at end of file |
diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml index 860cc68ee..dc31c6b52 100644 --- a/examples/stm32h7/Cargo.toml +++ b/examples/stm32h7/Cargo.toml | |||
| @@ -28,6 +28,6 @@ micromath = "2.0.0" | |||
| 28 | 28 | ||
| 29 | [dependencies.smoltcp] | 29 | [dependencies.smoltcp] |
| 30 | git = "https://github.com/smoltcp-rs/smoltcp" | 30 | git = "https://github.com/smoltcp-rs/smoltcp" |
| 31 | rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6" | 31 | rev = "3644b94b82d9433313c75281fdc78942c2450bdf" |
| 32 | default-features = false | 32 | default-features = false |
| 33 | features = ["defmt"] \ No newline at end of file | 33 | features = ["defmt"] \ No newline at end of file |
