aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-net/Cargo.toml3
-rw-r--r--examples/stm32f7/Cargo.toml3
-rw-r--r--examples/stm32h7/Cargo.toml3
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 =
34atomic-pool = "0.2.1" 34atomic-pool = "0.2.1"
35 35
36[dependencies.smoltcp] 36[dependencies.smoltcp]
37git = "https://github.com/smoltcp-rs/smoltcp" 37version = "0.8.0"
38rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
39default-features = false 38default-features = false
40features = [ 39features = [
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"
25critical-section = "0.2.3" 25critical-section = "0.2.3"
26 26
27[dependencies.smoltcp] 27[dependencies.smoltcp]
28git = "https://github.com/smoltcp-rs/smoltcp" 28version = "0.8.0"
29rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
30default-features = false 29default-features = false
31features = ["defmt"] \ No newline at end of file 30features = ["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"
27micromath = "2.0.0" 27micromath = "2.0.0"
28 28
29[dependencies.smoltcp] 29[dependencies.smoltcp]
30git = "https://github.com/smoltcp-rs/smoltcp" 30version = "0.8.0"
31rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
32default-features = false 31default-features = false
33features = ["defmt"] 32features = ["defmt"]
34 33