diff options
| author | Matous Hybl <[email protected]> | 2021-12-12 15:32:36 +0100 |
|---|---|---|
| committer | Matous Hybl <[email protected]> | 2021-12-12 15:32:36 +0100 |
| commit | e95b96f3a4fb7f057529b8c7d892aa544b3fd68b (patch) | |
| tree | 1d4a2da04fa9046d5202493474c45bc46c15a07a /examples | |
| parent | dce3f8c47df611b51c47559ba8f4c301eb86af95 (diff) | |
Use smoltcp 0.8.0 from crates.io.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32f7/Cargo.toml | 3 | ||||
| -rw-r--r-- | examples/stm32h7/Cargo.toml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml index 8de5b8638..607622471 100644 --- a/examples/stm32f7/Cargo.toml +++ b/examples/stm32f7/Cargo.toml | |||
| @@ -25,7 +25,6 @@ rand_core = "0.6.3" | |||
| 25 | critical-section = "0.2.3" | 25 | critical-section = "0.2.3" |
| 26 | 26 | ||
| 27 | [dependencies.smoltcp] | 27 | [dependencies.smoltcp] |
| 28 | git = "https://github.com/smoltcp-rs/smoltcp" | 28 | version = "0.8.0" |
| 29 | rev = "3644b94b82d9433313c75281fdc78942c2450bdf" | ||
| 30 | default-features = false | 29 | default-features = false |
| 31 | features = ["defmt"] \ No newline at end of file | 30 | features = ["defmt"] \ No newline at end of file |
diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml index 393e779e4..364a28de7 100644 --- a/examples/stm32h7/Cargo.toml +++ b/examples/stm32h7/Cargo.toml | |||
| @@ -27,8 +27,7 @@ critical-section = "0.2.5" | |||
| 27 | micromath = "2.0.0" | 27 | micromath = "2.0.0" |
| 28 | 28 | ||
| 29 | [dependencies.smoltcp] | 29 | [dependencies.smoltcp] |
| 30 | git = "https://github.com/smoltcp-rs/smoltcp" | 30 | version = "0.8.0" |
| 31 | rev = "3644b94b82d9433313c75281fdc78942c2450bdf" | ||
| 32 | default-features = false | 31 | default-features = false |
| 33 | features = ["defmt"] | 32 | features = ["defmt"] |
| 34 | 33 | ||
