diff options
| -rw-r--r-- | embassy-net/Cargo.toml | 3 | ||||
| -rw-r--r-- | examples/stm32f7/Cargo.toml | 3 | ||||
| -rw-r--r-- | examples/stm32h7/Cargo.toml | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml index e40d116cf..01862b6ec 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml | |||
| @@ -34,8 +34,7 @@ futures = { version = "0.3.17", default-features = false, features = | |||
| 34 | atomic-pool = "0.2.1" | 34 | atomic-pool = "0.2.1" |
| 35 | 35 | ||
| 36 | [dependencies.smoltcp] | 36 | [dependencies.smoltcp] |
| 37 | git = "https://github.com/smoltcp-rs/smoltcp" | 37 | version = "0.8.0" |
| 38 | rev = "3644b94b82d9433313c75281fdc78942c2450bdf" | ||
| 39 | default-features = false | 38 | default-features = false |
| 40 | features = [ | 39 | features = [ |
| 41 | "proto-ipv4", | 40 | "proto-ipv4", |
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 | ||
