diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-12-09 11:21:11 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-09 11:21:11 +0000 |
| commit | 8ad8e3b718d0f66e2d6e52c4beb112977c6a73b4 (patch) | |
| tree | 2276caed91db341b316e042a27530f8c06faf9e5 | |
| parent | 4f4b19d920c103453b2b0f9ce7994ca830ddb2d7 (diff) | |
| parent | d6f3b479df34214937916baf4720bf1f59858fbc (diff) | |
Merge #532
532: Use smoltcp revision from its master branch. r=lulf a=matoushybl
Co-authored-by: Matous Hybl <[email protected]>
| -rw-r--r-- | embassy-net/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/stm32f7/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/stm32h7/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml index ccfa2906e..e40d116cf 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml | |||
| @@ -35,7 +35,7 @@ atomic-pool = "0.2.1" | |||
| 35 | 35 | ||
| 36 | [dependencies.smoltcp] | 36 | [dependencies.smoltcp] |
| 37 | git = "https://github.com/smoltcp-rs/smoltcp" | 37 | git = "https://github.com/smoltcp-rs/smoltcp" |
| 38 | rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6" | 38 | rev = "3644b94b82d9433313c75281fdc78942c2450bdf" |
| 39 | default-features = false | 39 | default-features = false |
| 40 | features = [ | 40 | features = [ |
| 41 | "proto-ipv4", | 41 | "proto-ipv4", |
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 |
