Adding unstaged changes

master
Ryan Summers 2021-03-15 12:30:18 +01:00
parent 3c574467a2
commit 8c616cebec
2 changed files with 6 additions and 3 deletions

3
Cargo.lock generated
View File

@ -697,8 +697,7 @@ dependencies = [
[[package]]
name = "smoltcp"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab527c390c7e107f687bd92a886a083fde61b8cdc700b37f3d7e4346ffd8fae1"
source = "git+https://github.com/ryan-summers/smoltcp.git?branch=feature/dhcp-lease-updates#e3954ebb8149341c52a4992e037d4b5109387910"
dependencies = [
"bitflags",
"byteorder",

View File

@ -43,7 +43,7 @@ enum-iterator = "0.6.0"
paste = "1"
dsp = { path = "dsp" }
ad9959 = { path = "ad9959" }
smoltcp-nal = "0.1."
smoltcp-nal = "0.1.0"
miniconf = "0.1"
generic-array = "0.14"
@ -62,6 +62,10 @@ branch = "feature/dhcp-support"
git = "https://github.com/rust-embedded-community/serde-json-core.git"
branch = "master"
[patch.crates-io.smoltcp]
git = "https://github.com/ryan-summers/smoltcp.git"
branch = "feature/dhcp-lease-updates"
[dependencies.mcp23017]
git = "https://github.com/mrd0ll4r/mcp23017.git"