aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatous Hybl <[email protected]>2021-12-09 12:15:32 +0100
committerMatous Hybl <[email protected]>2021-12-09 12:15:32 +0100
commitd6f3b479df34214937916baf4720bf1f59858fbc (patch)
tree2276caed91db341b316e042a27530f8c06faf9e5
parent4f4b19d920c103453b2b0f9ce7994ca830ddb2d7 (diff)
Use smoltcp revision from its master branch.
-rw-r--r--embassy-net/Cargo.toml2
-rw-r--r--examples/stm32f7/Cargo.toml2
-rw-r--r--examples/stm32h7/Cargo.toml2
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]
37git = "https://github.com/smoltcp-rs/smoltcp" 37git = "https://github.com/smoltcp-rs/smoltcp"
38rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6" 38rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
39default-features = false 39default-features = false
40features = [ 40features = [
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]
28git = "https://github.com/smoltcp-rs/smoltcp" 28git = "https://github.com/smoltcp-rs/smoltcp"
29rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6" 29rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
30default-features = false 30default-features = false
31features = ["defmt"] \ No newline at end of file 31features = ["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]
30git = "https://github.com/smoltcp-rs/smoltcp" 30git = "https://github.com/smoltcp-rs/smoltcp"
31rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6" 31rev = "3644b94b82d9433313c75281fdc78942c2450bdf"
32default-features = false 32default-features = false
33features = ["defmt"] \ No newline at end of file 33features = ["defmt"] \ No newline at end of file