Adding patch comment

This commit is contained in:
Ryan Summers 2021-03-25 09:26:36 +01:00
parent 4b9954761e
commit 769945d7a2
1 changed files with 2 additions and 0 deletions

View File

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