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"]