From e95b96f3a4fb7f057529b8c7d892aa544b3fd68b Mon Sep 17 00:00:00 2001 From: Matous Hybl Date: Sun, 12 Dec 2021 15:32:36 +0100 Subject: [PATCH] Use smoltcp 0.8.0 from crates.io. --- embassy-net/Cargo.toml | 3 +-- examples/stm32f7/Cargo.toml | 3 +-- 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 e40d116c..01862b6e 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml @@ -34,8 +34,7 @@ futures = { version = "0.3.17", default-features = false, features = atomic-pool = "0.2.1" [dependencies.smoltcp] -git = "https://github.com/smoltcp-rs/smoltcp" -rev = "3644b94b82d9433313c75281fdc78942c2450bdf" +version = "0.8.0" default-features = false features = [ "proto-ipv4", diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml index 8de5b863..60762247 100644 --- a/examples/stm32f7/Cargo.toml +++ b/examples/stm32f7/Cargo.toml @@ -25,7 +25,6 @@ rand_core = "0.6.3" critical-section = "0.2.3" [dependencies.smoltcp] -git = "https://github.com/smoltcp-rs/smoltcp" -rev = "3644b94b82d9433313c75281fdc78942c2450bdf" +version = "0.8.0" default-features = false features = ["defmt"] \ No newline at end of file diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml index 393e779e..364a28de 100644 --- a/examples/stm32h7/Cargo.toml +++ b/examples/stm32h7/Cargo.toml @@ -27,8 +27,7 @@ critical-section = "0.2.5" micromath = "2.0.0" [dependencies.smoltcp] -git = "https://github.com/smoltcp-rs/smoltcp" -rev = "3644b94b82d9433313c75281fdc78942c2450bdf" +version = "0.8.0" default-features = false features = ["defmt"]