From 8c616cebecb395ba80b40ca81df91ea17abfc940 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 15 Mar 2021 12:30:18 +0100 Subject: [PATCH] Adding unstaged changes --- Cargo.lock | 3 +-- Cargo.toml | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6635d9c..42d6914 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index f958a7a..c823019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"