From d6f3b479df34214937916baf4720bf1f59858fbc Mon Sep 17 00:00:00 2001 From: Matous Hybl Date: Thu, 9 Dec 2021 12:15:32 +0100 Subject: Use smoltcp revision from its master branch. --- examples/stm32f7/Cargo.toml | 2 +- examples/stm32h7/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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" [dependencies.smoltcp] git = "https://github.com/smoltcp-rs/smoltcp" -rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6" +rev = "3644b94b82d9433313c75281fdc78942c2450bdf" default-features = false features = ["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" [dependencies.smoltcp] git = "https://github.com/smoltcp-rs/smoltcp" -rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6" +rev = "3644b94b82d9433313c75281fdc78942c2450bdf" default-features = false features = ["defmt"] \ No newline at end of file -- cgit