aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMatous Hybl <[email protected]>2021-12-12 15:32:36 +0100
committerMatous Hybl <[email protected]>2021-12-12 15:32:36 +0100
commite95b96f3a4fb7f057529b8c7d892aa544b3fd68b (patch)
tree1d4a2da04fa9046d5202493474c45bc46c15a07a /examples
parentdce3f8c47df611b51c47559ba8f4c301eb86af95 (diff)
Use smoltcp 0.8.0 from crates.io.
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32f7/Cargo.toml3
-rw-r--r--examples/stm32h7/Cargo.toml3
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"
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