From 57ca241658f95e4e30940b29dff541b2ee1e1b56 Mon Sep 17 00:00:00 2001 From: Bob McWhirter Date: Mon, 15 Nov 2021 11:40:06 -0500 Subject: Further cargo muckings for smol/defmt. --- examples/stm32f7/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/stm32f7') diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml index ac46cd86e..8d7710c44 100644 --- a/examples/stm32f7/Cargo.toml +++ b/examples/stm32f7/Cargo.toml @@ -29,8 +29,8 @@ critical-section = "0.2.3" [dependencies.smoltcp] -git = "https://github.com/smoltcp-rs/smoltcp" -rev = "e4241510337e095b9d21136c5f58b2eaa1b78479" +git = "https://github.com/bobmcwhirter/smoltcp" +rev = "faf81d21daae16b650b16e59a8422a8283e8a302" default-features = false features = [ "proto-ipv4", -- cgit