From 769945d7a23ca3e96ebd0f9793fb67d3d1195621 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Thu, 25 Mar 2021 09:26:36 +0100 Subject: [PATCH] Adding patch comment --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3f4142b..8d32d80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,6 +63,8 @@ git = "https://github.com/rust-embedded-community/serde-json-core.git" branch = "master" [patch.crates-io.smoltcp] +# We manually patch smoltcp so that we can get access to unreleased updates to the DHCP server. When +# a new release of smoltcp is made, we can remove this patch. git = "https://github.com/smoltcp-rs/smoltcp.git" [dependencies.mcp23017]